no message

This commit is contained in:
2025-08-27 18:08:23 +08:00
parent 98495e2521
commit 6adcebeb0a

View File

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