web
8 小时以前 855deb4dfb6458a1eed217363625b13d58143f58
src/views/screen/flow/home/index.vue
@@ -6,7 +6,7 @@
                <div class="point-address" @click="handleShow(index)"></div>
                <div class="point-message" v-show="item.showMsg">
                    <div class="msg-box">
                        <div class="video-box" :style="{backgroundImage: `url(${item.imageRul})`}" @click="jumpMonitor(item.id)">
                        <div class="video-box" :style="{backgroundImage: `url(${imgBaseUrl + item.imageRul})`}" @click="jumpMonitor(item.id)">
                            <el-icon><VideoPlay /></el-icon>
                        </div>
                        <div class="info-box">
@@ -46,6 +46,7 @@
import {getHomePonit} from '@/api/screen/home/index.js'
import {useRouter} from "vue-router";
const router = useRouter();
const imgBaseUrl = import.meta.env.VITE_APP_IMG_BASEURL;
// 标点配置
const config = [
@@ -143,6 +144,8 @@
                    line-height: 138px;
                    text-align: center;
                    font-size: 38px;
                    background-repeat: no-repeat;
                    background-size: cover;
                }
                .info-box{
                    height: 100%;