Compare commits
2 Commits
38e53f618d
...
8d79c4f1de
Author | SHA1 | Date | |
---|---|---|---|
8d79c4f1de | |||
a572aa90a7 |
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user