Commit e4c5fda7 authored by WindyWTH's avatar WindyWTH

代码合并错误内容修正

parent e14c5c99
This diff is collapsed.
......@@ -14,7 +14,7 @@
"babel-plugin-lodash": "^3.3.4",
"big.js": "^6.2.1",
"core-js": "^3.6.5",
"gm-crypt": "^0.0.2",
"gm-crypt": "0.0.2",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"moment": "^2.29.1",
......
......@@ -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