mo 1 year ago
parent
commit
9fc2c54c03
2 changed files with 4 additions and 2 deletions
  1. 3 1
      src/components/RouterError/index.tsx
  2. 1 1
      src/views/login/index.tsx

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

@@ -26,7 +26,9 @@ export default defineComponent({
           showModalMask.value = true;
           router.push(to.path)
 
-
+        setTimeout(()=>{
+          sessionStorage.removeItem('isRouter')
+        },60000)
 
         // dialog.warning({
         //   title: '更新提示',

+ 1 - 1
src/views/login/index.tsx

@@ -137,7 +137,7 @@ export default defineComponent({
         </div>
         <div class={styles['view-account-form']}>
           <img class={styles.colLogo} src={colLogo}></img>
-          111111111111111111
+         222222222222222222
           {isForgot.value ? (
             <NTabs
               key="forgotPassword"