From 16f9c4065fc4a33cb5e0642e7a2480009f782d56 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Tue, 24 Oct 2023 08:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E4=BA=A4=E5=85=AC=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 3 +-- src/views/sunVillage_info/list_contract.vue | 4 ++-- src/views/sunVillage_info/list_contract_add.vue | 2 +- src/views/sunVillage_info/list_contract_detail.vue | 2 +- src/views/sunVillage_info/list_contract_edit.vue | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/index.js b/config/index.js index a44a9c93..6b5beb1b 100644 --- a/config/index.js +++ b/config/index.js @@ -12,9 +12,8 @@ module.exports = { proxyTable: { "/api": { // 请求的目标主机 - //target: 'http://116.255.223.226:8081/nsgk_test/', + //target: 'http://116.255.223.226:8082/nsgk_test/', target: 'http://localhost:8080/', - //target: 'http://192.168.0.107:8080/', changeOrigin: true, pathRewrite: { '^/api': '' diff --git a/src/views/sunVillage_info/list_contract.vue b/src/views/sunVillage_info/list_contract.vue index 7ed41deb..12a85770 100644 --- a/src/views/sunVillage_info/list_contract.vue +++ b/src/views/sunVillage_info/list_contract.vue @@ -4,7 +4,7 @@ class="header_main" :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" > - {{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':''}}公开 + {{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':queryParams.otherType=='4'?'产交':''}}公开
@@ -104,7 +104,7 @@ if (this.$route.query.type == 'code'){ this.showBtn = false; } - document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':''; + document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':this.$route.query.typeX=='4'?'产交公开':''; }, methods: { getList(){ diff --git a/src/views/sunVillage_info/list_contract_add.vue b/src/views/sunVillage_info/list_contract_add.vue index d7d229c8..d7249928 100644 --- a/src/views/sunVillage_info/list_contract_add.vue +++ b/src/views/sunVillage_info/list_contract_add.vue @@ -1,7 +1,7 @@