fix:登录页调试,大屏事件打点修改,地图控制器位置调整

This commit is contained in:
2024-11-05 11:22:23 +08:00
parent 34a57ae920
commit 8d0c115a51
7 changed files with 30 additions and 19 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-17 11:34:00
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-11-01 13:02:35
* @LastEditTime: 2024-11-05 10:23:53
* @FilePath: \znxjxt-ui\src\views\big-screen\index.vue
* @Description: 大屏首页
-->
@@ -128,6 +128,8 @@
<fssm-map
v-if="!showImgBk"
ref="roadMap"
:showChange="true"
:controlStyle="{ top: '30%', right: '26%' }"
@map-moveend="mapMoveend"
@map-zoom="getZoom"
@feature-select="featureSelect"