RuoYi
2026-04-09 a67ca21f15b952d8626e58550a501f4c7a9c822f
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,