gaosp
2024-01-12 7a4ff8881c150f910540f1ac270e090695ce460c
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