| | |
| | | <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"> |
| | |
| | | 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 = [ |
| | |
| | | line-height: 138px; |
| | | text-align: center; |
| | | font-size: 38px; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | } |
| | | .info-box{ |
| | | height: 100%; |