This commit is contained in:
home孙 2025-04-21 11:11:49 +08:00
parent 1669539521
commit a572aa90a7

View File

@ -95,7 +95,12 @@ export default {
},
login() {
var store = this.$store.state;
this.loading = this.$loading({
lock: true,
text: '登录中',
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
// "username": "xiaomeng",
// "password": "lihe12345"
if (!this.username) {