src/utils/store2.js
@@ -1,4 +1,16 @@ const store = { navigator: { show: true, }, setNavigatorShow(val){ this.navigator.show = val }, mapTools: { show: true, }, setMapToolShow(val){ this.mapTools.show = val }, /**地址页面 */ locationCollection: { show: false @@ -150,6 +162,21 @@ setTdlgInfo(val) { this.tdglInfo.info = val; }, //点位 dwInfo: { flag: false, show: false, info: {} }, setdwFlag(val) { this.dwInfo.flag = val; }, setdwShow(val) { this.dwInfo.show = val; }, setdwInfo(val) { this.dwInfo.info = val; }, /** * 历史影像 */