Commit fefbae00 authored by caicaicai's avatar caicaicai

修改

parent 110b0e6b
......@@ -2,10 +2,10 @@ ENV = 'development'
# 接口地址
#VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.0.108:8001'
VUE_APP_BASE_API = 'http://192.168.0.111:9090'
VUE_APP_WS_API = 'ws://8.143.203.103:9090/webSocket'
VUE_APP_LOCAL_API = 'http://192.168.0.108:8001'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:8001'
VUE_APP_LOCAL_API = 'http://192.168.0.111:9090'
VUE_APP_LOCAL_API2 = 'http://192.168.0.111:9090'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......@@ -2141,6 +2141,38 @@ var HttpReq = function(){
params:param,
})
},
//大屏智能调度信息——进行中
getLargeScreenUnder1: function(param){
return request({
url: '/api/Order/Under',
method: 'get',
params:param
})
},
//大屏智能调度信息——已完成
getLargeScreenRound1: function(param){
return request({
url: '/api/Order/Round',
method: 'get',
params:param
})
},
//大屏智能调度信息列表
getLargeScreen1: function(param){
return request({
url: '/api/Order/Start',
method: 'get',
params:param
})
},
//大屏智能调度——车辆区域分布
getLargeScreenfenbu1: function(param){
return request({
url: '/api/Dispatch/areaCar',
method: 'get',
params:param
})
},
......@@ -2158,21 +2190,6 @@ var HttpReq = function(){
//华菱植物工厂
plantFactory:{
//管理员首页:客户总数 终端总数
......@@ -2289,7 +2306,6 @@ var HttpReq = function(){
})
},
},
/** 操作日志 */
reoperationlog:{
......
......@@ -42,7 +42,7 @@
<!-- <div id="centerDiv" class="mapcontainer1">
<mars3dViewerMap :url="configUrl" @onload="onMapload"/>
</div> -->
<iframe src="http://8.143.203.103:9092/#/Index" frameborder="0" class="mapcontainer1"></iframe>
<!-- <iframe src="http://8.143.203.103:9092/#/Index" frameborder="0" class="mapcontainer1"></iframe> -->
</div>
</template>
......
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