From 69f782991dcaaf5d3489389312783842785ff04f Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 15 十二月 2021 10:48:23 +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 31a6107..46e1cda 100644 --- a/src/pages/index/App.vue +++ b/src/pages/index/App.vue @@ -114,7 +114,7 @@ if (this.active == 2) { const data = this.$refs[`form${this.active}`].getFormData(); await saveRegInfo(data); - location.assign("/login"); + location.assign("/view/login/"); return; } @@ -210,10 +210,10 @@ }, 0); } - if (res.data.initPwd && res.data.initRegInfo) { + /* if (res.data.initPwd && res.data.initRegInfo) { location.assign("/login"); return; - } + } */ this.isWhite = false; }, -- Gitblit v1.8.0