소스 검색

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