1
tangzy
2022-07-19 0d04c984e5719a160d3c0e8433c13f78de5cefe2
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;