类型:开发
描述:
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<img class="icon" src="@/assets/images/icon-2.png" alt="" />
|
||||
<div>
|
||||
<countup :end-val="homeStore.trafficInfoData.info.dqydld" />
|
||||
<div class="label">当前拥堵路段</div>
|
||||
<div class="label">今日拥堵路段</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell">
|
||||
@@ -42,7 +42,7 @@
|
||||
:data="congestionData"
|
||||
:xAxisData="congestionXAxisData"
|
||||
/>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
<Title1 title="AI分析统计" />
|
||||
<div class="traffic">
|
||||
<div class="traffic-item">
|
||||
<span class="traffic-item__title">总核心监控点位 </span>
|
||||
<span class="traffic-item__title">总监控点位 </span>
|
||||
<countup
|
||||
class="traffic-item__value--primary"
|
||||
:end-val="aiAnalyzeData.allCoreMonitoringPoints"
|
||||
/>
|
||||
</div>
|
||||
<div class="traffic-item">
|
||||
<span class="traffic-item__title">总核心分析点位 </span>
|
||||
<span class="traffic-item__title">核心分析点位 </span>
|
||||
<countup
|
||||
class="traffic-item__value--success"
|
||||
:end-val="aiAnalyzeData.allAnalysisPoints"
|
||||
/>
|
||||
</div>
|
||||
<div class="traffic-item">
|
||||
<span class="traffic-item__title">总异常点位 </span>
|
||||
<span class="traffic-item__title">异常点位 </span>
|
||||
<countup class="traffic-item__value--error" :end-val="aiAnalyzeData.abnormalPoints" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +134,7 @@ import pubSub from 'pubsub-js'
|
||||
// let spotRes = await getSpotListApi()
|
||||
// return false;
|
||||
pubSub.publish('navToChange',hrefItem.value)
|
||||
|
||||
|
||||
router.push('/monitor')
|
||||
}
|
||||
let src = ref('')
|
||||
@@ -193,7 +193,7 @@ import pubSub from 'pubsub-js'
|
||||
&__left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
||||
> img {
|
||||
width: vw(74);
|
||||
height: auto;
|
||||
@@ -201,7 +201,7 @@ import pubSub from 'pubsub-js'
|
||||
}
|
||||
&__left-item {
|
||||
position: relative;
|
||||
width: vw(120);
|
||||
width: vw(180);
|
||||
height: vh(58);
|
||||
padding-left: vw(10);
|
||||
display: flex;
|
||||
|
||||
@@ -128,14 +128,38 @@
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
) //车窗数据2
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'gpsData',
|
||||
keyword:keyword.value,
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
) //车窗数据
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'gpsData',
|
||||
keyword:keyword.value,
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
)
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'scenicSppotLoad',
|
||||
keyword:keyword.value,
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
)
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'scenicSppotLineUp',
|
||||
keyword:keyword.value,
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
)
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'scenicSpotData',
|
||||
keyword:keyword.value,
|
||||
scenicSpotId: scenicSpotId.value
|
||||
})
|
||||
)
|
||||
}
|
||||
}, 5000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user