+
liuyg
2022-03-25 658debbb893f2e4b5a06a71e2c3e916b92efab74
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;