From d44a2361fa5173f0421ec05921bde28d59614d45 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期二, 28 十一月 2023 11:09:18 +0800
Subject: [PATCH] 随机试卷修改
---
vue.config.js | 2 +-
src/views/exam/personalRandomTemplate/edit.vue | 2 +-
src/store/modules/enumItem.js | 2 +-
admin.zip | 0
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/admin.zip b/admin.zip
index 888a53b..ab814e8 100644
--- a/admin.zip
+++ b/admin.zip
Binary files differ
diff --git a/src/store/modules/enumItem.js b/src/store/modules/enumItem.js
index 3fb96d4..53261b5 100644
--- a/src/store/modules/enumItem.js
+++ b/src/store/modules/enumItem.js
@@ -10,7 +10,7 @@
},
exam: {
examPaper: {
- paperTypeEnum: [{ key: 1, value: '鍥哄畾璇曞嵎' }, { key: 4, value: '鏃舵璇曞嵎' }, { key: 6, value: '浠诲姟璇曞嵎' },{ key: 7, value: '闅忔満璇曞嵎', disabled: true },]
+ paperTypeEnum: [{ key: 1, value: '鍥哄畾璇曞嵎' }, { key: 4, value: '鏃舵璇曞嵎' }, { key: 6, value: '浠诲姟璇曞嵎' }]
},
question: {
typeEnum: [{ key: 1, value: '鍗曢�夐' }, { key: 2, value: '澶氶�夐' }, { key: 3, value: '鍒ゆ柇棰�' }],
diff --git a/src/views/exam/personalRandomTemplate/edit.vue b/src/views/exam/personalRandomTemplate/edit.vue
index e95830c..50f09e4 100644
--- a/src/views/exam/personalRandomTemplate/edit.vue
+++ b/src/views/exam/personalRandomTemplate/edit.vue
@@ -157,7 +157,7 @@
},
subjectIdList:[],
form: {
- aggregateSource:'',
+ aggregateSource:'100',
id: null,
departmentIds: [],
diff --git a/vue.config.js b/vue.config.js
index 2284dab..2e10ff2 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,7 +19,7 @@
hotOnly: false,
proxy: {
'/api': {
- target: 'http://192.168.3.228:8000',
+ target: 'http://80.36.32.171:8085',
changeOrigin: true
}
}
--
Gitblit v1.8.0