shuishen
2022-07-21 03df59a72de4354fcc731675c53dd2805c2ec8b1
src/store/getters.js
@@ -30,5 +30,8 @@
  pointData: (state) => state.map.pointData, //获取点
  mapServiceValue: (state) => state.map.mapServiceValue,
  notSet: (state) => state.map.notSet,
};
export default getters;
    selectMamShow: (state) => state.user.selectMamShow,
    mapXyValue: (state) => state.user.mapXyValue,
}
export default getters