From f908e50d3930b63c74ed599c82567780ffce8609 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 17 十二月 2021 14:32:38 +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