Commit 5bc12a1d authored by ninglx's avatar ninglx

web服务端口切换

parent 4329a114
......@@ -126,7 +126,7 @@ export default {
padding-top: 0.1326rem;
position: relative;
overflow: hidden;
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
// box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}
.crossControl_content_warp {
......
......@@ -47,7 +47,7 @@ export default {
border-left: 4px solid #1860a3;
height: 20px;
line-height: 20px;
padding-left: 6px;
padding-left: 15px;
font-size: 16px;
width: 100%;
text-align: left;
......
......@@ -18,14 +18,14 @@
element-loading-background="rgba(0, 0, 0, 0.8)"
>
<div class="item" :title='`服务水平:${serviceLevelVal}`'>服务水平:{{ serviceLevelVal }}</div>
<div class="item" :title='`平均运行速度:${speedVal}km/h`'>平均运行速度:{{ speedVal }}km/h</div>
<div class="item" :title='`平均运行速度:${speedVal}km/h`'>平均运行速度:{{ speedVal }} km/h</div>
<div class="item" :title='`路口饱和度:${saturationVal}`'>路口饱和度:{{ saturationVal }}</div>
<div class="item" :title='`平均停车次数:${stopNumVal}`'>平均停车次数:{{ stopNumVal }}</div>
<div class="item" :title='`拥堵指数:${congestIndexVal}`'>拥堵指数:{{ congestIndexVal }}</div>
<div class="item" :title='`最大排队长度:${maxQueueLengthVal}m`'>最大排队长度:{{ maxQueueLengthVal }}m</div>
<div class="item" :title='`小时流量:${hourFlowVal}pcu/h`'>小时流量:{{ hourFlowVal }}pcu/h</div>
<div class="item" :title='`最大排队长度:${maxQueueLengthVal}m`'>最大排队长度:{{ maxQueueLengthVal }} m</div>
<div class="item" :title='`小时流量:${hourFlowVal}pcu/h`'>小时流量:{{ hourFlowVal }} pcu/h</div>
<div class="item" :title='`近一周违法数:${illegalNumVal}`'>近一周违法数:{{ illegalNumVal }}</div>
<div class="item" :title='`峰值流量:${peakFlowVal}pcu/h`'>峰值流量:{{ peakFlowVal }}pcu/h</div>
<div class="item" :title='`峰值流量:${peakFlowVal}pcu/h`'>峰值流量:{{ peakFlowVal }} pcu/h</div>
<div class="item" :title='`近一周事故数:${accidentNumVal}`'>近一周事故数:{{ accidentNumVal }}</div>
</div>
</simple-card>
......@@ -1117,7 +1117,7 @@ export default {
},
grid: {
containLabel: true,
bottom: -20,
bottom: -28,
top: 26,
// top: getFontSize(38),
left: 0,
......@@ -1154,7 +1154,7 @@ export default {
data: (() => {
let arr = [];
for (let item of res4.content.dataList) {
console.log(res4.content);
// console.log(res4.content);
arr.push(item.dir);
}
return arr;
......@@ -1175,8 +1175,8 @@ export default {
formatter: (val, index) => {
return this.dirDic[val];
},
align: "left",
margin: 30,
// align: "left",
// margin: 0,
interval: 0,
},
},
......@@ -1385,7 +1385,7 @@ export default {
},
grid: {
containLabel: true,
bottom: -20,
bottom: -28,
top: 26,
// top: getFontSize(38),
left: 0,
......@@ -1560,8 +1560,9 @@ export default {
},
grid: {
containLabel: true,
bottom: -20,
bottom: -28,
top: 26,
// top: getFontSize(38),
left: 0,
right: 0,
},
......
......@@ -582,7 +582,7 @@ export default {
let socket = initWs({
// url: `${ws_config.CROSS_CONTROL}${nearestCrossId},signal`,
// url: `ws://10.102.1.182:42000/utc/signalStatus/${nearestCrossId},stateMonitor11`,
url: `${ws_config.CROSS_CONTROL_4200}${nearestCrossId},stateMonitor11`,
url: `${ws_config.CROSS_CONTROL}${nearestCrossId},stateMonitor11`,
callback: this.callLight,
name: "callLight",
});
......
......@@ -12,7 +12,7 @@ const proxy = {
target: 'http://10.102.1.182:9000',
},
'/web': {
target: 'http://10.102.1.182:9000',
target: 'http://10.102.1.182:9100',
},
'/design': {
target: 'http://10.102.1.182:9000',
......
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