no message

This commit is contained in:
蔡玲
2024-09-27 17:17:02 +08:00
parent 61682e05e1
commit 597185c403
2 changed files with 1 additions and 1 deletions

BIN
src/images/scene1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

View File

@@ -1,6 +1,6 @@
<template>
<div class="center_wrapper">
<img src="../../../images/scene.png" width="1095" height="804" usemap="#image-map" @click.stop="closePop">
<img src="../../../images/scene1.png" width="1095" height="804" usemap="#image-map" @click.stop="closePop">
<div class="status_icon" v-for="(e, i) in areaList" :key="i" :class="'status_colr_' + e.mode" :style="{left: e.coord.x + 'px', top: e.coord.y + 'px'}"></div>
<map name="image-map" id="map">
<area v-for="(e, i) in areaList" :key="i" :alt="e.device_code" :title="e.device_code" :coords="e.coords" :shape="e.shape" @click="showPop($event, e)">