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