forked from drone/command-center-dashboard

shuishen
2025-04-11 e3cac1856abc62a33fdd8984d84c61a8a10a8511
资源路径调整
2 files modified
8 ■■■■ changed files
src/views/Home/HomeLeft/OverviewNext.vue 4 ●●● patch | view | raw | blame | history
src/views/Home/useMapAggregation/useMapAggregation.js 4 ●●● patch | view | raw | blame | history
src/views/Home/HomeLeft/OverviewNext.vue
@@ -26,7 +26,7 @@
                    @mouseout="changeIndexBack(index)"
                >
                    <div class="name">
                        <img class="imageicon" src="/src/assets/images/home/homeLeft/overviewnext-way.png" alt="" />
                        <img class="imageicon" :src="overviewnextWay" alt="" />
                        <!-- <img class="yjzx-img" width="10" height="10" src="@/assets/images/home/homeLeft/table-zx.png" alt="" /> -->
                        <img width="13" height="15" src="../../../assets/images/home/homeLeft/table-icon.png" alt="" />
                        {{ item.nickname }}
@@ -56,6 +56,8 @@
import { selectDevicePage } from '@/api/home/machineNest.js'
import { useStore } from 'vuex'
import overviewnextWay from '@/assets/images/home/homeLeft/overviewnext-way.png'
const store = useStore()
const isMore = ref(true)
src/views/Home/useMapAggregation/useMapAggregation.js
@@ -359,7 +359,9 @@
          alphaPower: 1.3
        })
        entity.polygon.extrudedHeight = (entity.properties.childrenNum._value || 1) * 500
        const randomInt = Math.floor(Math.random() * 5) + 1
        entity.polygon.extrudedHeight = (entity.properties.childrenNum._value || randomInt) * 500
        entity.polygon.material = material
        entity.polygon.outline = false // 显示边框