From c81bf2132d6d3b7246075c6faa1382365d5f17e2 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期六, 26 八月 2023 15:28:41 +0800 Subject: [PATCH] modified: package.json modified: src/api/standardLibrary.js new file: src/components/experiment/checkTheReport/index.vue modified: src/layout/components/Navbar.vue modified: src/main.js modified: src/router/index.js modified: src/views/chart/work/index.vue modified: src/views/experiment/checkTheReport/index.vue modified: src/views/standardLibrary/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