Ver código fonte

修改登录页

ZaiZai 1 ano atrás
pai
commit
f57434a08d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layout/modules/UserInfoBar.vue

+ 1 - 1
src/layout/modules/UserInfoBar.vue

@@ -61,7 +61,7 @@ const getRefreshToken = () => {
                 refreshLock.value = false
             }).catch(() => {
                 refreshLock.value = false
-                router.push({ name: 'login' })
+                router.push({ name: 'login-main' })
             })
         }
     }, 10000)