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;