diff --git a/.env.development b/.env.development index 69922a4..37f1361 100644 --- a/.env.development +++ b/.env.development @@ -8,12 +8,16 @@ ENV = 'development' # 接口地址 http://8.130.96.163:8899 -VUE_APP_BASE_API = 'http://39.100.77.21:8899' +# 线上 + VUE_APP_BASE_API = 'https://baiyee.vip' +# 测试 +# VUE_APP_BASE_API = 'http://39.100.77.21:8899' # VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy -# # VUE_APP_BASE_API = 'http://172.18.0.228:8899'//ts +# ts +VUE_APP_BASE_API = 'http://172.18.0.228:8899' #VUE_APP_BASE_API = 'http://172.18.1.8:8899jt' -# VUE_APP_BASE_API = 'http://39.100.77.21:8899' -VUE_APP_BASE_IMG = 'http://39.100.77.21:8899' +# VUE_APP_BASE_IMG = 'https://baiyee.vip' +# VUE_APP_BASE_IMG = 'http://39.100.77.21:8899' VUE_APP_WS_API = 'wss://baiyee.vip' # 是否启用 babel-plugin-dynamic-import-node插件 diff --git a/.env.production b/.env.production index 526b230..ae687ed 100644 --- a/.env.production +++ b/.env.production @@ -9,7 +9,8 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -VUE_APP_BASE_API = 'http://39.100.77.21:8899' -VUE_APP_BASE_IMG = 'http://39.100.77.21:8899' +VUE_APP_BASE_API = 'https://baiyee.vip' +VUE_APP_BASE_IMG = 'https://baiyee.vip' +# http://39.100.77.21:8899 # 如果接口是 http 形式, wss 需要改为 ws VUE_APP_WS_API = 'wss://baiyee.vip' \ No newline at end of file diff --git a/src/views/system/down/currentDownload.vue b/src/views/system/down/currentDownload.vue index 3d25cb2..0d5e8b7 100644 --- a/src/views/system/down/currentDownload.vue +++ b/src/views/system/down/currentDownload.vue @@ -23,6 +23,11 @@ + + +