教研==》教员

This commit is contained in:
fan 2020-07-09 18:27:31 +08:00
parent 4098cba048
commit cb1e54b410

View File

@ -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;
}