刘洋 1 rok temu
rodzic
commit
98a9c62759

+ 2 - 2
src/devLoginParams.ts

@@ -59,9 +59,9 @@
 export const LOGIN_CONFIG = {
   isAdmin: true,
   forceChange: true,
-  loginName: "admin01",
+  loginName: "admin2",
   password: "123456",
-  examId: "292",
+  examId: "37",
   markerId: null,
 };
 

+ 1 - 1
src/features/admin/confirmPaper/ConfirmPaper.vue

@@ -116,7 +116,7 @@
                     :class="{
                       'long-input': question.type
                         ? !['SINGLE', 'TRUE_OR_FALSE'].includes(question.type)
-                        : !group.mainTitle.match(/单选|单项|判断|/),
+                        : !group.mainTitle.match(/单选|单项|判断/),
                     }"
                     :value="question.answer"
                     :maxLength="

+ 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.224";
+const SERVER_URL = "http://192.168.10.225";
 // const SERVER_URL = "http://192.168.11.103:8090";
 
 const path = require("path");