Commit d3fc94fc authored by xxx's avatar xxx

1

parent b02efa5f
......@@ -3,7 +3,7 @@ ENV = 'development'
# 接口地址
#VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.0.108:8001'
VUE_APP_WS_API = 'ws://8.143.203.103:9090/webSocket'
VUE_APP_WS_API = 'ws://120.224.103.84:9092/webSocket'
VUE_APP_LOCAL_API = 'http://192.168.0.108:8001'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:8001'
......
......@@ -4,7 +4,7 @@ ENV = 'production'
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
VUE_APP_BASE_API = 'https://el-admin.xin'
# 如果接口是 http 形式, wss 需要改为 ws
VUE_APP_WS_API = 'ws://8.143.203.103:9090/webSocket'
VUE_APP_WS_API = 'ws://120.224.103.84:9092/webSocket'
VUE_APP_LOCAL_API = 'http://8.143.203.103:9090'
VUE_APP_LOCAL_API2 = 'http://8.143.203.103:9090'
VUE_APP_LOCAL_API = 'http://120.224.103.84:9092'
VUE_APP_LOCAL_API2 = 'http://120.224.103.84:9092'
......@@ -34,7 +34,7 @@
<kaungEZUIKitJs v-if="kaungEZUIKitJsShow"/>
</div>
<!-- 嵌入三维地图页面 -->
<iframe src="http://8.143.203.103:9092/#/Index" frameborder="0" class="mapcontainer1"></iframe>
<iframe src="http://120.224.103.84:9090/#/Index" frameborder="0" class="mapcontainer1"></iframe>
<!-- 单个车辆视频监控 -->
<div class="monitorCover1" v-show="monitorCover1Show">
<div class="monitorCover1_closePic" @click="closeMonitorCoverFn"></div>
......
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