更换logo,切换正式环境接口
This commit is contained in:
parent
8b96280027
commit
61a2691c8b
@ -3,6 +3,7 @@ ENV = 'development'
|
||||
# 接口地址
|
||||
# VUE_APP_BASE_API = 'http://localhost:8000'
|
||||
VUE_APP_BASE_API = 'http://8.138.171.103/aerocraftAdminApi'
|
||||
# VUE_APP_BASE_API = 'https://webapi.aishangfeixing.com/aerocraftAdminApi/'
|
||||
# VUE_APP_BASE_API = 'https://eladmin.vip'
|
||||
# VUE_APP_WS_API = 'ws://localhost:8000'
|
||||
VUE_APP_WS_API = 'wss://eladmin.vip'
|
||||
|
@ -2,8 +2,10 @@ ENV = 'production'
|
||||
|
||||
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置
|
||||
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
|
||||
VUE_APP_BASE_API = 'http://8.138.171.103/aerocraftAdminApi'
|
||||
# VUE_APP_BASE_API = 'http://8.138.171.103/aerocraftAdminApi'
|
||||
VUE_APP_BASE_API = 'https://webapi.aishangfeixing.com/aerocraftAdminApi/'
|
||||
# 运行基本路径
|
||||
VUE_APP_BASE_PATH = 'http://8.138.171.103/aerocraftAdmin'
|
||||
# VUE_APP_BASE_PATH = 'http://8.138.171.103/aerocraftAdmin'
|
||||
VUE_APP_BASE_PATH = 'https://webapi.aishangfeixing.com/aerocraftAdmin'
|
||||
# 如果接口是 http 形式, wss 需要改为 ws
|
||||
VUE_APP_WS_API = 'wss://eladmin.vip'
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user