From 2aefbd4ad240823e3195c16f11222d8d92ab8acd Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期三, 05 一月 2022 14:22:12 +0800
Subject: [PATCH] recent change

---
 src/pages/index/App.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue
index 6cceda5..ebc00eb 100644
--- a/src/pages/index/App.vue
+++ b/src/pages/index/App.vue
@@ -150,10 +150,10 @@
         }, 0);
       }
 
-      /* if (res.data.initPwd && res.data.initRegInfo) {
-        location.assign("/login");
+      if (res.data.initPwd && res.data.initRegInfo) {
+        location.assign("/view/login/");
         return;
-      } */
+      }
 
       this.isWhite = false;
     },

--
Gitblit v1.8.0