From 1cdd7b754a7b112d36c4e84bb45309dc81f4505e Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 28 Sep 2024 14:55:52 +0800
Subject: [PATCH] no message

---
 src/page/user/authentication.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/page/user/authentication.vue b/src/page/user/authentication.vue
index fbf0ad5..aa68601 100644
--- a/src/page/user/authentication.vue
+++ b/src/page/user/authentication.vue
@@ -35,6 +35,7 @@
     </div>
     <div class="form-block">
       <div class="auth-msg" v-if="this.$store.state.userInfo.isActive == 3">
+      <!-- <div class="auth-msg" > -->
         <p>认证失败,请重新认证</p>
         <div>失败原因:{{ this.$store.state.userInfo.authMsg }}</div>
       </div>

--
Gitblit v1.9.3