[代码完善](v2.6): 适配Nginx反向代理部署/工信部地址更新

This commit is contained in:
ZhengJie
2020-09-17 20:08:26 +08:00
parent b4b8e5fd34
commit ffe3cbe4e5
3 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
ENV = 'production'
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/'后续文档更新 Nginx 反向部署教程
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/'文件查看 Docker 部署篇Nginx 配置
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 http
VUE_APP_BASE_API = 'https://api.auauz.net'
# 如果接口是 http 形式, wss 需要改为 ws