vuex存值与取值的实例 组件内取值computed:{value(){returnthis.$store.state.userData.xxx;}},组件内存值methods:{fn(){this.$store.commit 存值