Explorar el Código

https download url

Michael Wang hace 4 años
padre
commit
a6e5334639
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/constant/constants.js

+ 1 - 1
src/constant/constants.js

@@ -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";