src/assets/js/Map/menuTool.js
@@ -297,19 +297,27 @@ } this.oldLeftMenuId = res.id; switch (res.id) { case "l1": store.state.isShowMap = true; break; case "l2": store.state.isShowMap = true; break; case "l3": //在线制图 store.state.isShowMap = true; this.setThematicMap(); break; case "l4": store.state.isShowMap = true; break; case "l5": store.state.isShowMap = false break; case "l6": store.state.isShowMap = true; break; } },