From f6d115719f5d5c4aff09fd4f06a8c7b1a1647559 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期四, 24 八月 2023 13:42:24 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- 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