src/store/getters.js @@ -37,5 +37,7 @@ //面 polygons: state => state.control.polygons, webTitle: state => state.common.webTitle, }; export default getters;