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