Преглед на файлове

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}`,
 				},
 				"*"
 			);