From 53c5f6245ad3abcdfbaf92ce55f08ad39ab0968a Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 28 八月 2023 10:07:42 +0800
Subject: [PATCH] 	modified:   src/components/experiment/checkTheReport/index.vue 	modified:   src/views/experiment/checkTheReport/index.vue

---
 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