liushengqiang 1 year ago
parent
commit
ea66bfe753
1 changed files with 1 additions and 1 deletions
  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}`,
 				},
 				"*"
 			);