|
@@ -17,6 +17,7 @@ export default defineComponent({
|
|
|
console.log(Authorization);
|
|
|
const notationOpenCreate = sessionStorage.getItem('notation-open-create');
|
|
|
const openCreateUrl = notationOpenCreate == '1' ? '&addShow=1' : '';
|
|
|
+ sessionStorage.removeItem('notation-open-create');
|
|
|
const data = reactive({
|
|
|
src: `${
|
|
|
/(192|localhost)/.test(location.origin)
|