|
@@ -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'
|
|
|
|