1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 22:03:09 +00:00

Update exam URL to new domainq

This commit is contained in:
Sunwuyuan 2025-12-08 17:55:05 +08:00 committed by GitHub
parent 8151de7cde
commit d2efa19107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');