1
0
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:
Sunwuyuan 2026-02-12 14:53:31 +08:00 committed by GitHub
parent 92803d0e1e
commit 67f876cce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1782,7 +1782,7 @@ export default {
if (result.success && result.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');