|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
params: loginParam
|
|
|
}).then(function (res) {
|
|
|
console.log(JSON.stringify(res));
|
|
|
- if (res.data == "success") {
|
|
|
+ if (res.data.code == 0 && res.data.msg == "success") {
|
|
|
that.$cookies.set("session", {"username": that.username}) ;
|
|
|
//登录成功后
|
|
|
that.cancelEnterkeyDefaultAction();
|