From 67f876cce86ad12991648aaed9c8b05083d3e9c3 Mon Sep 17 00:00:00 2001 From: Sunwuyuan Date: Thu, 12 Feb 2026 14:53:31 +0800 Subject: [PATCH] Update exam URL domain from .tech to .cn --- src/components/ExamConfigEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ExamConfigEditor.vue b/src/components/ExamConfigEditor.vue index a010524..065e8eb 100644 --- a/src/components/ExamConfigEditor.vue +++ b/src/components/ExamConfigEditor.vue @@ -1782,7 +1782,7 @@ export default { if (result.success && result.url) { // 构建考试页面URL - const examUrl = `https://es.examaware.tech/exam/?configUrl=${encodeURIComponent(result.url)}`; + const examUrl = `https://es.examaware.cn/exam/?configUrl=${encodeURIComponent(result.url)}`; // 在新窗口中打开 window.open(examUrl, '_blank');