Explorar o código

fix离线考试

Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
4947183be2
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      .env.development
  2. 1 1
      .env.staging
  3. 1 1
      src/features/OnlinePractice/OnlinePracticeHome.vue

+ 1 - 1
.env.development

@@ -1,4 +1,4 @@
-VUE_APP_TK_SERVER_URL=http://ecs-dev.qmth.com.cn:8868
+VUE_APP_TK_SERVER_URL=http://192.168.10.39:8868
 VUE_APP_UPYUN_URL=https://ecs-test-static.qmth.com.cn
 VUE_APP_UPYUN_URL=https://ecs-test-static.qmth.com.cn
 VUE_APP_UPYUN_UPLOAD_URL=https://v0.api.upyun.com/exam-cloud-test
 VUE_APP_UPYUN_UPLOAD_URL=https://v0.api.upyun.com/exam-cloud-test
 VUE_APP_UPYUN_HEADER_AUTH=Basic ZXhhbWNsb3VkOmV4YW1jbG91ZDEyMzQ1Ng==
 VUE_APP_UPYUN_HEADER_AUTH=Basic ZXhhbWNsb3VkOmV4YW1jbG91ZDEyMzQ1Ng==

+ 1 - 1
.env.staging

@@ -1,4 +1,4 @@
-VUE_APP_TK_SERVER_URL=http://ecs-dev.qmth.com.cn:8868
+VUE_APP_TK_SERVER_URL=http://192.168.10.39:8868
 VUE_APP_UPYUN_UPLOAD_URL=https://v0.api.upyun.com/exam-cloud-test
 VUE_APP_UPYUN_UPLOAD_URL=https://v0.api.upyun.com/exam-cloud-test
 VUE_APP_UPYUN_HEADER_AUTH=Basic ZXhhbWNsb3VkOmV4YW1jbG91ZDEyMzQ1Ng==
 VUE_APP_UPYUN_HEADER_AUTH=Basic ZXhhbWNsb3VkOmV4YW1jbG91ZDEyMzQ1Ng==
 VUE_APP_FACEPP_KEY=kEz_MSSjkNuHL3fHhCvv62fXkAo-vobE
 VUE_APP_FACEPP_KEY=kEz_MSSjkNuHL3fHhCvv62fXkAo-vobE

+ 1 - 1
src/features/OnlinePractice/OnlinePracticeHome.vue

@@ -9,7 +9,7 @@
 
 
       <div style="text-align: left; margin-bottom: 20px;">
       <div style="text-align: left; margin-bottom: 20px;">
         选择考试批次:
         选择考试批次:
-        <Select v-model="examId" style="width:200px" @on-change="fetchList">
+        <Select v-model="examId" style="width:200px" @on-change="fetchList" filterable>
           <Option v-for="item in examList" :value="item.id" :key="item.id">{{ item.name }}</Option>
           <Option v-for="item in examList" :value="item.id" :key="item.id">{{ item.name }}</Option>
         </Select>
         </Select>
       </div>
       </div>