This commit is contained in:
ky_sunl
2021-04-23 06:02:02 +00:00
parent d1c9e5a71e
commit 0704d01146
92 changed files with 23712 additions and 1038160 deletions

View File

@@ -39,7 +39,7 @@ export default {
doLogin({
account: this.form.user,
password: this.form.password,
}).then(() => {
}).finally(() => {
this.loading = false;
});
},

View File

@@ -33,7 +33,7 @@ export default {
},
appActived() {
return this.apps.find((p) => p.active);
return this.apps.find((p) => p.active) || {};
},
},