Browse Source

删除缓存

lex 1 year ago
parent
commit
1aaeadf5e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/notation/index.tsx

+ 1 - 0
src/views/notation/index.tsx

@@ -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)