From 197617997d52f3b514721686f15585cb0f9dbadd Mon Sep 17 00:00:00 2001 From: jiayu Date: Sat, 9 Nov 2024 15:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=88=E5=90=8C=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=94=AF=E6=8C=81=E4=B8=8A=E4=BC=A0=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 33 ++++++----- .../contractManagement/index.vue | 59 +++++++++++++------ 3 files changed, 59 insertions(+), 37 deletions(-) diff --git a/.env.development b/.env.development index ce4ccb5..a8a9f1c 100644 --- a/.env.development +++ b/.env.development @@ -2,12 +2,12 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) -VITE_API_URL = 'http://192.168.34.155:6688' +# VITE_API_URL = 'http://192.168.34.155:6688' # VITE_API_URL = 'http://183.63.230.59:6090' # VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296' VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" # VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" -# VITE_API_URL = 'https://xmglcs.hyjgxt.cn:6090' +VITE_API_URL = 'https://xmglcs.hyjgxt.cn:6090' # 上传 # VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/.env.production b/.env.production index 510d8ba..2afac7e 100644 --- a/.env.production +++ b/.env.production @@ -1,16 +1,17 @@ -# 线上环境 -NODE_ENV = "production" - -# 线上环境接口地址(easymock) -# VITE_API_URL = "http://139.9.66.234:6688" -# VITE_API_URL = 'http://10.75.253.12:6090' -VITE_API_URL = 'https://xmgl.hyjgxt.cn:6090' -# VITE_API_URL = 'http://183.63.230.59:6090' -# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" -VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" -# VITE_API_URL = "http://101.43.164.214:6688" -# VITE_API_URL = "https://wx.antjg.com:6081/" - -# 打包 -VITE_ULD_API_URL = 'http://jxjzw.zhgdyun.com:8012/onlinePreview?url=' - +# 线上环境 +NODE_ENV = "production" + +# 线上环境接口地址(easymock) +# VITE_API_URL = "http://139.9.66.234:6688" +# VITE_API_URL = 'http://10.75.253.12:6090' +# VITE_API_URL = 'https://xmgl.hyjgxt.cn:6090' +VITE_API_URL = "https://hyjgxt.cn:6090" +# VITE_API_URL = 'http://183.63.230.59:6090' +# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" +VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" +# VITE_API_URL = "http://101.43.164.214:6688" +# VITE_API_URL = "https://wx.antjg.com:6081/" + +# 打包 +VITE_ULD_API_URL = 'http://jxjzw.zhgdyun.com:8012/onlinePreview?url=' + diff --git a/src/views/goverment/huizhou/progressManagement/contractManagement/index.vue b/src/views/goverment/huizhou/progressManagement/contractManagement/index.vue index 15e9edd..1fa3705 100644 --- a/src/views/goverment/huizhou/progressManagement/contractManagement/index.vue +++ b/src/views/goverment/huizhou/progressManagement/contractManagement/index.vue @@ -70,7 +70,7 @@