Skip to content

Commit d2efa19

Browse files
authored
Update exam URL to new domainq
1 parent 8151de7 commit d2efa19

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
@@ -1060,7 +1060,7 @@ export default {
10601060
10611061
if (result.success && result.url) {
10621062
// 构建考试页面URL
1063-
const examUrl = `https://es.zerocat.dev/exam/?configUrl=${encodeURIComponent(result.url)}`;
1063+
const examUrl = `https://es.examaware.tech/exam/?configUrl=${encodeURIComponent(result.url)}`;
10641064
10651065
// 在新窗口中打开
10661066
window.open(examUrl, '_blank');

0 commit comments

Comments
 (0)