Commit c395f40e by caoyanzhi

update: 添加错误信息

parent c6e1a5b7
......@@ -27,7 +27,8 @@ export default {
'1001': '您还不是好办的管理员,请在 GIC 后台绑定好办企业后再登录',
'1003': '系统异常,通过手机号查询失败',
'1004': '企微应用未授权',
'1005': '登录超时,请重新登录'
'1005': '登录超时,请重新登录',
'1006': '账号已冻结,请联系管理员'
};
this.message = message[errorCode] || '系统异常,请联系达摩管理员';
this.$message.error(this.message);
......
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