|
@@ -127,7 +127,7 @@ export default defineComponent({
|
|
|
};
|
|
|
|
|
|
const handleOpenNotaion = (data: any) => {
|
|
|
- const url = `${location.origin}/notation/#/?v=1.0.4&config=${encodeUrl(data)}`;
|
|
|
+ const url = `${location.origin}/notation/#/?v=${Date.now()}&config=${encodeUrl(data)}`;
|
|
|
// console.log("🚀 ~ url:", url);
|
|
|
window.parent.postMessage(
|
|
|
{
|