|
@@ -65,7 +65,7 @@
|
|
|
<!-- 地图 -->
|
|
|
<!-- <supermap ref="supermap" style="width: 100%;height: 100vh;" :mapDiv="'forestMap'" class="indexSupermapClass"-->
|
|
|
<!-- :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" :isSideBySide="false"></supermap>-->
|
|
|
- <supermap ref="supermap" style="width: 100%;height: 100vh;"></supermap>
|
|
|
+ <supermap ref="supermap" style="width: 100%;height: 100vh;" :showLayer="true"></supermap>
|
|
|
<!-- 右侧 -->
|
|
|
<div class="rightbar" :class="indentright" ref="right">
|
|
|
<div class="forthis">
|
|
@@ -158,7 +158,7 @@
|
|
|
getRyList,
|
|
|
getRyListByJob
|
|
|
} from "@/api/forest"; //电视墙弹窗
|
|
|
-
|
|
|
+
|
|
|
import {getUserProfile} from "@/api/system/user";
|
|
|
let echarts = require('echarts')
|
|
|
export default {
|
|
@@ -205,7 +205,7 @@ import {getUserProfile} from "@/api/system/user";
|
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
+
|
|
|
// 初始化地图数据
|
|
|
this.getSuperMapUrl();
|
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|