|
@@ -6,6 +6,7 @@
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
|
>
|
|
|
+ <BasemapChange style="pointer-events:auto;"/>
|
|
|
<LawPopup class="comprehensive-analysis-law-popup" />
|
|
|
<LabelCasePopup
|
|
|
class="comprehensive-analysis-label-popup"
|
|
@@ -300,6 +301,7 @@ import publicFun from "@/utils/publicFunction.js";
|
|
|
import AttributePopup from "@/components/popup/AttributePopup.vue";
|
|
|
import LabelCasePopup from "@/components/popup/LabelCasePopup.vue";
|
|
|
import LawPopup from "@/components/popup/LawPopup.vue";
|
|
|
+import BasemapChange from "@/components/map/BasemapChange.vue";
|
|
|
import { nextTick } from "vue";
|
|
|
export default {
|
|
|
name: "ComprehensiveAnalysis",
|
|
@@ -311,6 +313,7 @@ export default {
|
|
|
LabelCasePopup,
|
|
|
Pagination,
|
|
|
NewSelect,
|
|
|
+ BasemapChange,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|