From 92918ae76c857cd7a8bac07ca1516790a7ddebc4 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Wed, 30 Oct 2024 16:34:49 +0800
Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=94=B9=E6=88=90140?=
=?UTF-8?q?=E7=9A=84=20=E4=BA=8B=E4=BB=B6=E6=90=9C=E7=B4=A2=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0keyProblem=E4=B8=BA=E9=87=8D=E7=82=B9=E4=BA=8B?=
=?UTF-8?q?=E4=BB=B6=E6=A0=87=E6=B3=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
.../modules/shequzhili/eventOld/eventList.vue | 17 +++++++++++++++--
vue.config.js | 2 +-
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/.env.development b/.env.development
index 0fde813fa..1a4a0e865 100644
--- a/.env.development
+++ b/.env.development
@@ -2,7 +2,7 @@ NODE_ENV=development
# VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api
# VUE_APP_API_SERVER = http://192.168.1.60:8080/api
-VUE_APP_API_SERVER = http://219.146.91.110:30801/api
+VUE_APP_API_SERVER = http://192.168.1.140/api
# VUE_APP_API_SERVER = http://219.146.91.110:30801/api219.146.91.110:30801
# VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api
# VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api
diff --git a/src/views/modules/shequzhili/eventOld/eventList.vue b/src/views/modules/shequzhili/eventOld/eventList.vue
index 0d853d562..531a6f80e 100644
--- a/src/views/modules/shequzhili/eventOld/eventList.vue
+++ b/src/views/modules/shequzhili/eventOld/eventList.vue
@@ -38,6 +38,14 @@
-->
+
+
+
+
+
+
@@ -427,7 +435,10 @@ export default {
label: "北尚诉办",
},
],
-
+ keyProblemList:[
+ {label:'违章拉客',value:'0'},
+ {label:'违章停车',value:'1'}
+ ],
formData: {
agencyId: "",
gridId:"",
@@ -440,7 +451,8 @@ export default {
status: "",
firstIdList: [],
secondIdList: [],
- openFlag:null
+ openFlag:null,
+ keyProblem:''
},
cateOptions: [],
optionProps: {
@@ -872,6 +884,7 @@ export default {
status: "",
firstIdList: [],
secondIdList: [],
+ keyProblem:'',
};
this.eventTypeCheck = [];
diff --git a/vue.config.js b/vue.config.js
index d8dc2c0d7..00f046ef3 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
target: "http://bipaas.elinkservice.cn", // 我们要代理的真实接口地址
},
"/api": {
- target: "http://219.146.91.110:30801", // 测试地址
+ target: "http://192.168.1.140", // 测试地址
// target: "http://192.168.1.60:8080", // 本地地址
// target: "https://epmet-preview.elinkservice.cn", // 演示地址
changeOrigin: true,