mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
Update exam URL to new domainq
This commit is contained in:
parent
8151de7cde
commit
d2efa19107
@ -1060,7 +1060,7 @@ export default {
|
|||||||
|
|
||||||
if (result.success && result.url) {
|
if (result.success && result.url) {
|
||||||
// 构建考试页面URL
|
// 构建考试页面URL
|
||||||
const examUrl = `https://es.zerocat.dev/exam/?configUrl=${encodeURIComponent(result.url)}`;
|
const examUrl = `https://es.examaware.tech/exam/?configUrl=${encodeURIComponent(result.url)}`;
|
||||||
|
|
||||||
// 在新窗口中打开
|
// 在新窗口中打开
|
||||||
window.open(examUrl, '_blank');
|
window.open(examUrl, '_blank');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user