|
@@ -53,7 +53,7 @@
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
<MHSFDC wpId="MHS_FDC" v-if="wpId.indexOf('FDC') !== -1" />
|
|
|
- <NSSFDC wpId="NSS_FDC" v-if="wpId.indexOf('FDC') !== -1" />
|
|
|
+ <!-- <NSSFDC wpId="NSS_FDC" v-if="wpId.indexOf('FDC') !== -1" /> -->
|
|
|
<PLGDC wpId="PL_GDC" v-if="wpId.indexOf('GDC') !== -1" />
|
|
|
<div class="map-popup-panel" v-show="showPopup">
|
|
|
<!-- <div class="map-popup-panel-header">
|
|
@@ -165,7 +165,7 @@
|
|
|
import BtnGroup2 from "@com/coms/btn/btn-group-double.vue";
|
|
|
// import SvgIcon from "@com/coms/icon/svg-icon.vue";
|
|
|
import MHSFDC from "@com/arcgis/MHS_FDC.vue";
|
|
|
-import NSSFDC from "@com/arcgis/NSS_FDC.vue";
|
|
|
+// import NSSFDC from "@com/arcgis/NSS_FDC.vue";
|
|
|
import PLGDC from "@com/arcgis/PL_GDC.vue";
|
|
|
import dataService from "@/helper/data.js";
|
|
|
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
components: {
|
|
|
BtnGroup2,
|
|
|
MHSFDC,
|
|
|
- NSSFDC,
|
|
|
+ // NSSFDC,
|
|
|
PLGDC
|
|
|
},
|
|
|
// 数据
|