教研==》教员
This commit is contained in:
parent
4098cba048
commit
cb1e54b410
@ -235,9 +235,9 @@ export default {
|
||||
ISCS_LW: '检测现地工作站登录中',
|
||||
ISCS_CW: '检测行调工作站登录中',
|
||||
IBP: '检测现地工作站登陆中',
|
||||
CCTV: '检测教研机登录中',
|
||||
VR_PSD: '检测教研机登录中',
|
||||
LSW: '检测教研机登录中'
|
||||
CCTV: '检测教员机登录中',
|
||||
VR_PSD: '检测教员机登录中',
|
||||
LSW: '检测教员机登录中'
|
||||
};
|
||||
return this.$route.query.type ? textMap[this.$route.query.type] : '';
|
||||
}
|
||||
@ -256,7 +256,7 @@ export default {
|
||||
if (error.code === '30001') {
|
||||
this.tipsMsg = this.$t('login.accountOrPasswordIsIncorrect');
|
||||
} else if (error.code == '10001') {
|
||||
this.tipsMsg = '教研机尚未登录,请稍后重试!';
|
||||
this.tipsMsg = '教员机尚未登录,请稍后重试!';
|
||||
} else {
|
||||
this.tipsMsg = error.message;
|
||||
}
|
||||
@ -384,7 +384,7 @@ export default {
|
||||
if (error.code === '30001') {
|
||||
this.tipsMsg = this.$t('login.accountOrPasswordIsIncorrect');
|
||||
} else if (error.code == '10001') {
|
||||
this.tipsMsg = '教研机尚未登录,请稍后重试!';
|
||||
this.tipsMsg = '教员机尚未登录,请稍后重试!';
|
||||
} else {
|
||||
this.tipsMsg = error.message;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user