ソースを参照

修改模板下载地址

Michael Wang 4 年 前
コミット
93e6663078
1 ファイル変更2 行追加2 行削除
  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: "手动收卷",