فهرست منبع

修改模板下载地址

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 DEVICE_ID = localStorage.getItem("deviceId");
 
 
 export const INVIGILATOR_IMPORT_TEMPLATE_DOWNLOAD_URL =
 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 =
 export const EXAM_STUDENT_IMPORT_TEMPLATE_DOWNLOAD_URL =
-  "/file/考生导入_在线考试.xlsx";
+  "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/file/考生导入_在线考试.xlsx";
 
 
 export const FINISH_TYPE = {
 export const FINISH_TYPE = {
   MANUAL: "手动收卷",
   MANUAL: "手动收卷",