|
|
@@ -103,7 +103,7 @@
|
|
|
// console.log(res.data);
|
|
|
if (typeof(res.data.msg) != 'undefined' && res.data.msg != '' && JSON.stringify(res
|
|
|
.data) != '{}') {
|
|
|
- console.log(typeof(res.data.msg));
|
|
|
+ // console.log(typeof(res.data.msg));
|
|
|
if (res.data.msg == '用户名或密码不正确') {
|
|
|
_this.$message.error(res.data.msg);
|
|
|
return
|