Commit e4c5fda7 authored by WindyWTH's avatar WindyWTH

代码合并错误内容修正

parent e14c5c99
This diff is collapsed.
......@@ -82,7 +82,7 @@ export default {
});
},
_login() {
this.$apis.LOGIN({...this.form,passWord:encrypt(this.form.passWord)}).then((res) => {
this.$apis.login({...this.form,passWord:encrypt(this.form.passWord)}).then((res) => {
if (res.returnCode === "0000") {
this.$store.commit("common/setUserInfo", res.content);
const path = this.$route.query && this.$route.query.redirect || "/home";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment