From dfce0fb8a38424408ef577984cc590c149b131b1 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 24 八月 2023 16:50:30 +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