浏览代码

https download url

Michael Wang 4 年之前
父节点
当前提交
a6e5334639
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";