From e57a20cca685c07fc75cd5e0afc49eb2f5ecd8ce Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Fri, 24 May 2024 11:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A2=84=E8=A7=88=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++- .env.production | 7 +++- src/views/company/fileShow/index.vue | 54 ++++++++++++++++------------ 3 files changed, 42 insertions(+), 24 deletions(-) diff --git a/.env.development b/.env.development index 440a1a4..f5c3fc0 100644 --- a/.env.development +++ b/.env.development @@ -14,4 +14,7 @@ VUE_APP_API= '/' # 方楠 # VUE_APP_BASE_API = 'https://2537287x0n.imdo.co' -VUE_APP_BASE_API = '/proxy-api' \ No newline at end of file +VUE_APP_BASE_API = '/proxy-api' + +#线上预览 +VUE_APP_ONLINE_API = 'http://139.224.253.31:48012' \ No newline at end of file diff --git a/.env.production b/.env.production index 686de8d..47c3c66 100644 --- a/.env.production +++ b/.env.production @@ -13,5 +13,10 @@ VUE_APP_API= '/' # 请求环境 # 方楠 -VUE_APP_BASE_API = 'http://one-h5.lyrfp.com' +# VUE_APP_BASE_API = 'http://one-h5.lyrfp.com' +# 开发环境 不要删 +VUE_APP_BASE_API = 'http://192.168.3.128:58088' # VUE_APP_BASE_API = 'http://60.204.223.58:8080' + +#线上预览 +VUE_APP_ONLINE_API = 'http://139.224.253.31:48012' diff --git a/src/views/company/fileShow/index.vue b/src/views/company/fileShow/index.vue index 0fd6b06..72f9029 100644 --- a/src/views/company/fileShow/index.vue +++ b/src/views/company/fileShow/index.vue @@ -1,13 +1,27 @@