张恒

添加说明

1 +/**
2 + * 在这里则是state.文件名.状态名
3 + */
1 const getters = { 4 const getters = {
2 sidebar: state => state.app.sidebar, 5 sidebar: state => state.app.sidebar,
3 device: state => state.app.device, 6 device: state => state.app.device,
......