参考vuex官网: https://vuex.vuejs.org/zh/ 1.页面引入 import { mapGetters, mapState, mapMutations, mapActions } from 'vuex'; 在vue的页面中引用辅助函数