liuyg
2022-03-24 d717492e9ff7dfd56762e1c55a97081a502c871f
src/store/getters.js
@@ -28,5 +28,7 @@
  flowRoutes: (state) => state.dict.flowRoutes,
  rotesData: (state) => state.map.rotesData, //获取线
  pointData: (state) => state.map.pointData, //获取点
  mapServiceValue: (state) => state.map.mapServiceValue,
  notSet: (state) => state.map.notSet,
};
export default getters;