Merge pull request '1' (#234) from pc-master into portal

Reviewed-on: #234
This commit is contained in:
xiaomeng 2025-04-21 03:15:53 +00:00
commit 8d79c4f1de

View File

@ -95,7 +95,12 @@ export default {
}, },
login() { login() {
var store = this.$store.state; 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", // "username": "xiaomeng",
// "password": "lihe12345" // "password": "lihe12345"
if (!this.username) { if (!this.username) {