flat:暂存
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
||||
let params = {
|
||||
...this.loginForm,
|
||||
username: "admin",
|
||||
password: "admin",
|
||||
password: "111111",
|
||||
ticket: this.ticket
|
||||
}
|
||||
this.ByUsernameCallback(params)
|
||||
@@ -173,7 +173,9 @@ export default {
|
||||
this.$store.dispatch('jlHelpShow', false)
|
||||
this.$router.push({ path: this.tagWel.value });
|
||||
loading.close();
|
||||
this.proLoading = false
|
||||
}).catch(() => {
|
||||
this.proLoading = false
|
||||
loading.close();
|
||||
this.refreshCode();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user