Browse Source

websocket修改

王通 2 năm trước cách đây
mục cha
commit
1fae80b109
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      src/components/vBottomMenu.vue

+ 9 - 1
src/components/vBottomMenu.vue

@@ -231,6 +231,13 @@
                                   :codes="['9fa5']"
                                   :isSideBySide="false"
                                   :isdynamicPlotting="false"/>
+              <supermapTaskDialog ref="supermapTaskDialog"
+                                  style="position: absolute; top:0;left: 0;"
+                                  :mapDiv="'taskDialogSuperMap'"
+                                  :mapSite="{zoom:12,doubleClickZoom:false,dragging:false,scrollWheelZoom:false}"
+                                  :codes="['9fa5']"
+                                  :isSideBySide="false"
+                                  :isdynamicPlotting="false"/>
               <!-- 地图end -->
             </div>
           </el-col>
@@ -375,7 +382,8 @@ import {
 import {
   treeselectAll as deptTreeselect
 } from '@/api/system/dept'
-import supermapTaskDialog from '@/components/supermap' //超图
+import {selectConfigKey} from "@/api/system/config";
+import supermapTaskDialog from '@/components/supermap-2.5d' //超图
 import TcPlayer from '@/components/TcPlayer' //视频预览
 import Cookies from 'js-cookie'