Explorar o código

修改登录页

ZaiZai hai 1 ano
pai
achega
f57434a08d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)