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