Explorar o código

正评阅卷取消点击题号给分闪烁

刘洋 hai 1 ano
pai
achega
9026fb552b
Modificáronse 3 ficheiros con 22 adicións e 26 borrados
  1. 19 19
      src/devLoginParams.ts
  2. 2 6
      src/features/mark/MarkBoardTrack.vue
  3. 1 1
      vite.config.ts

+ 19 - 19
src/devLoginParams.ts

@@ -9,17 +9,17 @@
 // export const markerId="419";
 
 /** 244 评卷员 */
-// export const LOGIN_CONFIG = {
-//   isAdmin: false,
-//   forceChange: true,
-//   loginName: "1-339-5-1",
-//   // loginName: "liuyang",
-//   password: "123456",
-//   examId: "1",
-//   markerId: "147",
-//   // markerId: "482",
-//   // markerId: "483",
-// };
+export const LOGIN_CONFIG = {
+  isAdmin: false,
+  forceChange: true,
+  loginName: "1-339-5-1",
+  // loginName: "liuyang",
+  password: "123456",
+  examId: "1",
+  markerId: "147",
+  // markerId: "482",
+  // markerId: "483",
+};
 // export const LOGIN_CONFIG = {
 //   isAdmin: false,
 //   forceChange: true,
@@ -86,14 +86,14 @@
 // };
 
 /** 255 评卷员 */
-export const LOGIN_CONFIG = {
-  isAdmin: false,
-  forceChange: true,
-  loginName: "spj111-02",
-  password: "123456",
-  examId: "348",
-  markerId: "3717",
-};
+// export const LOGIN_CONFIG = {
+//   isAdmin: false,
+//   forceChange: true,
+//   loginName: "spj111-02",
+//   password: "123456",
+//   examId: "348",
+//   markerId: "3717",
+// };
 
 /** 225 管理员 */
 

+ 2 - 6
src/features/mark/MarkBoardTrack.vue

@@ -151,14 +151,10 @@
                 定位
               </div>
             </div>
-            <div
-              v-if="!!question.questionName"
-              class="tihao"
-              @click="positioning(question)"
-            >
+            <div v-if="!!question.questionName" class="tihao">
               {{ question.questionName }}
             </div>
-            <div v-else class="tihao" @click="positioning(question)">
+            <div v-else class="tihao">
               {{ question.title }} {{ question.mainNumber }}-{{
                 question.subNumber
               }}

+ 1 - 1
vite.config.ts

@@ -3,7 +3,7 @@ import vue from "@vitejs/plugin-vue";
 import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
 
-const SERVER_URL = "http://192.168.10.225";
+const SERVER_URL = "http://192.168.10.224";
 // const SERVER_URL = "http://192.168.11.103:8090";
 
 const path = require("path");