qirong
2023-07-05 41621ae44e8b5f078db312886853a4e16f1097c4
1
2
3
4
5
6
7
8
9
const getters = {
  sidebar: state => state.app.sidebar,
  device: state => state.app.device,
  visitedViews: state => state.tagsView.visitedViews,
  cachedViews: state => state.tagsView.cachedViews,
  userName: state => state.user.userName,
  routes: state => state.router.routes
}
export default getters