src/utils/store.js
@@ -38,7 +38,7 @@ MenuList: { show: false }, setMenuListShow(val){ setMenuListShow(val) { this.MenuList.show = val; }, /**图层页面 */ @@ -151,8 +151,16 @@ setHistoryShow(val) { this.history.show = val; }, qiyeJsonInfo:{} qiyeJsonInfo: {}, /* 基础图层选择情况 */ basicMapChecked: { val: "", }, setBasicMap(val) { this.basicMapChecked.val = val; } }; export default store;