Explorar o código

更新 路由

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
665836c03d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -49,7 +49,7 @@ router.beforeEach(async (to, from, next) => {
         }
       }
     } else {
-      if (to.path == "/") {
+      if (to.path == "/" || to.path == "/login") {
         next("/index");
       } else {
         next();