Skip to content

Commit 67f876c

Browse files
authored
Update exam URL domain from .tech to .cn
1 parent 92803d0 commit 67f876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ExamConfigEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ export default {
17821782
17831783
if (result.success && result.url) {
17841784
// 构建考试页面URL
1785-
const examUrl = `https://es.examaware.tech/exam/?configUrl=${encodeURIComponent(result.url)}`;
1785+
const examUrl = `https://es.examaware.cn/exam/?configUrl=${encodeURIComponent(result.url)}`;
17861786
17871787
// 在新窗口中打开
17881788
window.open(examUrl, '_blank');

0 commit comments

Comments
 (0)