Explorar o código

修改模板下载地址

Michael Wang %!s(int64=4) %!d(string=hai) anos
pai
achega
93e6663078
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/constant/constants.js

+ 2 - 2
src/constant/constants.js

@@ -7,9 +7,9 @@ if (!localStorage.getItem("deviceId")) {
 export const DEVICE_ID = localStorage.getItem("deviceId");
 
 export const INVIGILATOR_IMPORT_TEMPLATE_DOWNLOAD_URL =
-  "/file/考场监考老师导入.xlsx";
+  "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/file/考场监考老师导入.xlsx";
 export const EXAM_STUDENT_IMPORT_TEMPLATE_DOWNLOAD_URL =
-  "/file/考生导入_在线考试.xlsx";
+  "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/file/考生导入_在线考试.xlsx";
 
 export const FINISH_TYPE = {
   MANUAL: "手动收卷",