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 @@