|
@@ -9,7 +9,7 @@ if (!localStorage.getItem("deviceId")) {
|
|
|
export const DEVICE_ID = localStorage.getItem("deviceId");
|
|
|
|
|
|
export const INVIGILATOR_IMPORT_TEMPLATE_DOWNLOAD_URL =
|
|
|
- "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/file/考场监考老师导入.xlsx";
|
|
|
+ "https://qmth-test.oss-cn-shenzhen.aliyuncs.com/file/考场监考老师导入.xlsx";
|
|
|
export const EXAM_STUDENT_IMPORT_TEMPLATE_DOWNLOAD_URL =
|
|
|
"https://cdn.online-exam.cn/frontend/template/考生导入模版.xlsx";
|
|
|
|