默认设置的vuex状态随着浏览器的刷新而初始化,为解决这一问题,可以安装插件vuex-along
1:安装
npm install vuex-along --save
2:使用
在store文件夹中的index.js里面添加以下代码即可