fuyongxin
2026-06-03 00e0dbbf98347b1e47a7e0aedd41baa61f7567ed
ruoyi-ui/src/store/getters.js
@@ -3,6 +3,8 @@
  size: state => state.app.size,
  device: state => state.app.device,
  dict: state => state.dict.dict,
  isLock: state => state.lock.isLock,
  lockPath: state => state.lock.lockPath,
  visitedViews: state => state.tagsView.visitedViews,
  cachedViews: state => state.tagsView.cachedViews,
  token: state => state.user.token,