From 8b5d193218aa177e5b1bf30ad58f128a6f950ab6 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 22 十二月 2021 13:39:21 +0800 Subject: [PATCH] 开启跳转 --- 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