Merge branch 'master' into import-export

This commit is contained in:
LouisLam
2021-09-08 00:18:43 +08:00
40 changed files with 1082 additions and 785 deletions

View File

@@ -85,7 +85,12 @@ export default {
this.$root.toastRes(res)
if (res.ok) {
this.$router.push("/")
this.processing = true;
this.$root.login(this.username, this.password, (res) => {
this.processing = false;
this.$router.push("/")
})
}
})
},