diff --git a/src/pages/shells/index.vue b/src/pages/shells/index.vue index e69fb58..7ae103b 100644 --- a/src/pages/shells/index.vue +++ b/src/pages/shells/index.vue @@ -98,8 +98,8 @@ export default { { "error_id": "2", "error_name": "重定位超时", - "zh_error_name": null, - "en_error_name": null, + "zh_error_name": '重定位超时', + "en_error_name": '重定位超时error', "error_code": "2", "error_category": 1, "error_description": "出现了重定位超时", @@ -119,7 +119,7 @@ export default { exception () { let str = '' if (JSON.stringify(this.topInfo) !== '{}') { - str = this.topInfo.exceptionInfo.exception.map((item, index) => `${index + 1}.${item}`).join('') + str = this.topInfo.errorData.map((item, index) => `${index + 1}.${item[this.$langPre.computedProp('error_name')]};`).join('') } return str }