From 927e286f1b6114ba628a88959f278e0ff1973806 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Tue, 3 Jan 2023 18:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9=E9=87=91=E9=99=B5=E7=81=A3bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 4 +- .../fourEngin/command/rightThree.vue | 20 ++--- src/views/projectAdmin/zjsj/command/index.vue | 2 +- .../bicarbonEquipment/bicarbonEquipment.vue | 16 +++- .../bicarbonEquipmentManage.vue | 16 +++- .../photovoltaic/photovoltaic.vue | 15 +++- .../photovoltaic/photovoltaicEquipment.vue | 81 ++++++++++++------- 7 files changed, 105 insertions(+), 49 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index e771f34b..0a86e0c8 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -40,12 +40,12 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南 // tag: 本地 // axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地 - // axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地1 + axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地1 // axios.defaults.baseURL = 'http://192.168.34.116:18070/' // 邱平毅本地2 // axios.defaults.baseURL = 'http://192.168.34.117:6023/' // 杨杰本地 // axios.defaults.baseURL = 'http://ue6a4s.natappfree.cc' // 邱平毅vpn本地 // axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋 - axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 + // axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上 // axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地 diff --git a/src/views/projectAdmin/fourEngin/command/rightThree.vue b/src/views/projectAdmin/fourEngin/command/rightThree.vue index 6a13eeb4..f1676b47 100644 --- a/src/views/projectAdmin/fourEngin/command/rightThree.vue +++ b/src/views/projectAdmin/fourEngin/command/rightThree.vue @@ -33,17 +33,17 @@ export default { let data = { projectSn: this.$store.state.projectSn, }; - getProjectDetail(data).then((res) => { - if (res.code == 200) { - getEpidemicBroadcastApi({adCode: res.result.cityCode }).then(res => { - console.log('res--------',res); + // getProjectDetail(data).then((res) => { + // if (res.code == 200) { + // getEpidemicBroadcastApi({adCode: res.result.cityCode }).then(res => { + // console.log('res--------',res); - if (res.code == 200) { - this.list= res.result - } - }) - } - }); + // if (res.code == 200) { + // this.list= res.result + // } + // }) + // } + // }); }, toMore() { // let dom = document.getElementById('more') diff --git a/src/views/projectAdmin/zjsj/command/index.vue b/src/views/projectAdmin/zjsj/command/index.vue index f41379f4..3f49b3f8 100644 --- a/src/views/projectAdmin/zjsj/command/index.vue +++ b/src/views/projectAdmin/zjsj/command/index.vue @@ -39,7 +39,7 @@