mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-03-12 19:13:10 +00:00
Update exam URL domain from .tech to .cn
This commit is contained in:
parent
92803d0e1e
commit
67f876cce8
@ -1782,7 +1782,7 @@ export default {
|
|||||||
|
|
||||||
if (result.success && result.url) {
|
if (result.success && result.url) {
|
||||||
// 构建考试页面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');
|
window.open(examUrl, '_blank');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user