|
@@ -96,7 +96,7 @@ export class AxiosWrapper {
|
|
|
const { errcode, errmsg, details } = returnRes
|
|
|
if (errcode) {
|
|
|
console.warn(`[${uri}] fail: ${errcode}-${errmsg} ${details}`)
|
|
|
- if (errcode.includes('SERVICEERROR_401')) {
|
|
|
+ if (errcode.includes('FRAMEERROR_401')) {
|
|
|
await ElMessageBox.alert(errmsg, i18n.global.t('common.user_confirm'), {
|
|
|
confirmButtonText: i18n.global.t('common.re_login'),
|
|
|
type: 'error',
|