gaosp
2024-01-17 cc077cba0e6a0c1d9ec11af6c89ee5c898cee423
1
2
3
4
5
6
7
8
9
10
11
const getters = {
  sidebar: state => state.app.sidebar,
  device: state => state.app.device,
  mainHeight: state => state.app.mainHeight,
  mainWidth: state => state.app.mainWidth,
  token: state => state.user.token,
  workshopList: state => state.user.workshopList,
  deviceCategories: state => state.user.deviceCategories,
  userInfo: state => state.user.userInfo
}
export default getters