Explorar el Código

修改登录页

ZaiZai hace 1 año
padre
commit
f57434a08d
Se han modificado 1 ficheros con 1 adiciones y 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)