瀏覽代碼

Merge branch 'iteration-1.0.2' into online

liushengqiang 1 年之前
父節點
當前提交
3c2ccc7ca7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pc/create/index.tsx

+ 1 - 1
src/pc/create/index.tsx

@@ -100,7 +100,7 @@ export default defineComponent({
 			window.parent.postMessage(
 				{
 					api: "notation_open",
-					url: `${location.origin}/notation/#/?id=${item.id}`,
+					url: `${location.origin}/notation/#/?v=1.0.2&id=${item.id}`,
 				},
 				"*"
 			);