Commit b84db947 authored by xxx's avatar xxx

1

parent 966789d4
...@@ -3,7 +3,7 @@ ENV = 'development' ...@@ -3,7 +3,7 @@ ENV = 'development'
# 接口地址 # 接口地址
#VUE_APP_BASE_API = 'http://localhost:8000' #VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.0.108:9090' VUE_APP_BASE_API = 'http://192.168.0.108:9090'
VUE_APP_WS_API = 'ws://8.143.203.103:9092/webSocket' VUE_APP_WS_API = 'ws://8.143.203.103:9091/webSocket'
VUE_APP_LOCAL_API = 'http://192.168.0.108:9090' VUE_APP_LOCAL_API = 'http://192.168.0.108:9090'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:9090' VUE_APP_LOCAL_API2 = 'http://192.168.0.108:9090'
......
...@@ -4,7 +4,7 @@ ENV = 'production' ...@@ -4,7 +4,7 @@ ENV = 'production'
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
VUE_APP_BASE_API = 'https://el-admin.xin' VUE_APP_BASE_API = 'https://el-admin.xin'
# 如果接口是 http 形式, wss 需要改为 ws # 如果接口是 http 形式, wss 需要改为 ws
VUE_APP_WS_API = 'ws:/webSocket' VUE_APP_WS_API = 'ws:///webSocket'
VUE_APP_LOCAL_API = '/' VUE_APP_LOCAL_API = '/'
VUE_APP_LOCAL_API2 = '/' VUE_APP_LOCAL_API2 = '/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment