Browse Source

更新打包

lex 1 year ago
parent
commit
eaed0db83f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/RouterError/index.tsx

+ 1 - 1
src/components/RouterError/index.tsx

@@ -116,7 +116,7 @@ export default defineComponent({
             const isRouter = sessionStorage.getItem('isRouter');
             if (!isRouter) {
               // showModalMask.value = true
-              reloadPage();
+              // reloadPage();
             }
             refreshing = true;
           }