Commit 2b35fa39 by caoyanzhi

update: 接口调整

parent e69c0704
......@@ -237,7 +237,9 @@ export default {
}
return;
}
errMsg.errorMsg(resData);
if (resData.errorCode != 1 && resData.errorCode != 10031) {
errMsg.errorMsg(resData);
}
})
.catch(function(error) {
that.$message.error({
......
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