Merge branch 'master' of 1ihldi8qxdvv.angerl.cn:fengjie/fengjie-datascreen
This commit is contained in:
BIN
src/assets/images/sxzd.png
Normal file
BIN
src/assets/images/sxzd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 MiB |
@@ -181,7 +181,7 @@
|
||||
pubSub.publish('scenicChange', navLeft.value[current.value])
|
||||
break
|
||||
case '/sentiment':
|
||||
title.value = '舆情检测'
|
||||
title.value = '舆情监测'
|
||||
isBack.value = true
|
||||
break
|
||||
case '/workOrder':
|
||||
|
||||
@@ -69,6 +69,12 @@
|
||||
src="@/assets/images/bdc.png"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
v-if="scenicSpotId == '三峡之巅'"
|
||||
class="map-img"
|
||||
src="@/assets/images/sxzd.png"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="monitor">
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
</div>
|
||||
<div class="main">
|
||||
<img v-if="scenicSpotId == 'root000000'" src="@/assets/images/bdc.png" alt="" />
|
||||
<img v-if="scenicSpotId == '三峡之巅'" src="@/assets/images/sxzd.png" alt="" />
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="flex">
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<img src="@/assets/images/t-icon-1.png" alt="" />拥堵距离
|
||||
</div>
|
||||
<div class="statistics-item__value flex">
|
||||
<countup :end-val="item.congestLength" />
|
||||
{{item.congestLength}}
|
||||
<span>km</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user