From 304f819d3e9b2498ebdb70b99b632cda67725a52 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Sun, 31 May 2026 17:57:32 +0800
Subject: [PATCH] 1
---
src/views/certificationCenter/advancedCtf.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/certificationCenter/advancedCtf.vue b/src/views/certificationCenter/advancedCtf.vue
index 1cf348b..de71424 100644
--- a/src/views/certificationCenter/advancedCtf.vue
+++ b/src/views/certificationCenter/advancedCtf.vue
@@ -132,8 +132,8 @@
router.push('/verified')
showToast(t('submitSuccess'));
}).catch(err => {
- if (err.code === 'ECONNABORTED') { showToast('网络超时!'); }
- else if (err.msg !== undefined) { showToast(this.err.msg); }
+ if (err.code === 'ECONNABORTED') { showToast(t('networkTimeout')); }
+ else if (err.msg !== undefined) { showToast(err.msg); }
})
}
</script>
--
Gitblit v1.9.3