forked from drone/command-center-dashboard

张含笑
2025-04-11 01f2b0503dd82ba5cf6edb4f5ccd833e21eebff7
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)