vue 实现通过vuex 存储值 在不同界面使用 通过vuex存储1.创建store.js文件importVuefrom'vue';importVuexfrom'vuex';Vue.use(Vuex);conststate={//要设置的 存储值