From 6adcebeb0ab129bdbbd5287d1a0795099967c642 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 27 Aug 2025 18:08:23 +0800 Subject: [PATCH] no message --- src/pages/shells/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }