From 832896ccaf8ac6a8ca31394e55577f064bc5eacf Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 20 十二月 2021 11:05:48 +0800 Subject: [PATCH] 暂存 --- src/pages/index/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue index b4fa2eb..6cceda5 100644 --- a/src/pages/index/App.vue +++ b/src/pages/index/App.vue @@ -141,7 +141,7 @@ async getInitInfo() { const res = await getInitInfo(); - if (true) { + if (res.data.initPwd && !res.data.initRegInfo) { const res1 = await getRegInfo(); this.active = 1; console.log(res1); -- Gitblit v1.8.0