Explorar el Código

rootOrgName -> rootOrgId

Michael Wang hace 5 años
padre
commit
2a1fd199b0
Se han modificado 2 ficheros con 13 adiciones y 8 borrados
  1. 12 7
      .env.development
  2. 1 1
      src/features/OfflineExam/OfflineExamList.vue

+ 12 - 7
.env.development

@@ -8,10 +8,15 @@ VUE_APP_SKIP_CHECK_NATIVE=true
 #VUE_APP_OE_STUDENT_HOST_URL=https://192.168.10.38:8878
 
 VUE_APP_CONFIG_FILE_SEVER_URL=https://ecs-test-static.qmth.com.cn
-VUE_APP_TK_SERVER_HTML_URL=http://ecs-dev.qmth.com.cn
-VUE_APP_TK_SERVER_API_URL=http://ecs-dev.qmth.com.cn
-#VUE_APP_WK_SERVER_SOCKET=wss://ecs-test.qmth.com.cn:8878/api/ws/faceBiopsy
-#VUE_APP_WK_SERVER_SOCKET_FOR_AUDIO=wss://ecs-test.qmth.com.cn:8878
-VUE_APP_CORE_HOST_URL=https://ecs-dev.qmth.com.cn:8878
-VUE_APP_OE_ADMIN_HOST_URL=https://ecs-dev.qmth.com.cn:8878
-VUE_APP_OE_STUDENT_HOST_URL=https://ecs-dev.qmth.com.cn:8878
+VUE_APP_TK_SERVER_HTML_URL=http://ecs-test.qmth.com.cn
+VUE_APP_TK_SERVER_API_URL=http://ecs-test.qmth.com.cn
+VUE_APP_CORE_HOST_URL=https://ecs-test.qmth.com.cn:8878
+VUE_APP_OE_ADMIN_HOST_URL=https://ecs-test.qmth.com.cn:8878
+VUE_APP_OE_STUDENT_HOST_URL=https://ecs-test.qmth.com.cn:8878
+
+# VUE_APP_CONFIG_FILE_SEVER_URL=https://ecs-test-static.qmth.com.cn
+# VUE_APP_TK_SERVER_HTML_URL=http://ecs-dev.qmth.com.cn
+# VUE_APP_TK_SERVER_API_URL=http://ecs-dev.qmth.com.cn
+# VUE_APP_CORE_HOST_URL=https://ecs-dev.qmth.com.cn:8878
+# VUE_APP_OE_ADMIN_HOST_URL=https://ecs-dev.qmth.com.cn:8878
+# VUE_APP_OE_STUDENT_HOST_URL=https://ecs-dev.qmth.com.cn:8878

+ 1 - 1
src/features/OfflineExam/OfflineExamList.vue

@@ -178,7 +178,7 @@ export default {
         "/api/ecs_ques/paper/export/" +
         course.paperId +
         "/PAPER/" +
-        this.user.rootOrgName +
+        this.user.rootOrgId +
         "/" +
         course.paperId +
         "/offLine?$key=" +