From 4914eba9ef62675e1dea9bf85e84f9913b0cfb08 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 24 八月 2023 09:10:36 +0800
Subject: [PATCH] 新增委托二维码功能

---
 src/views/login/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 567f922..d753b3b 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -43,10 +43,10 @@
       </el-form-item>
 
       <el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">Login</el-button>
-      <div class="tips">
+      <!-- <div class="tips">
         <span style="margin-right:20px;">username: admin</span>
         <span> password: any</span>
-      </div>
+      </div> -->
     </el-form>
   </div>
 </template>
@@ -115,7 +115,7 @@
             this.loading = false
           })
         } else {
-          console.log('error submit!!')
+          console.log('鐧诲綍澶辫触!')
           return false
         }
       })

--
Gitblit v1.9.3