fix:websocket接入,大屏修改部分

This commit is contained in:
2024-11-14 17:43:24 +08:00
parent 912137cf0c
commit 26e6fd8584
14 changed files with 1071 additions and 241 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-14 10:46:23
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-11-06 16:42:42
* @LastEditTime: 2024-11-14 16:58:34
* @FilePath: \znxjxt-ui\src\views\xj\inspection\task-management\components\fssm-map.vue
* @Description: 公共地图
-->
@@ -150,6 +150,7 @@ export default {
deep: true,
immediate: true,
},
/* 监听传过来的底图类型 */
baseMap: {
handler(val) {
@@ -211,7 +212,7 @@ export default {
minZoom: 7,
maxZoom: 18,
}),
layers: [ tianditu_img_c, tianditu_cva_c],
layers: [tianditu_img_c, tianditu_cva_c],
});
// 图层点击事件
map.on("singleclick", (e) => {