feige
2024-08-27 76a3eb05129f0af9f9b5798b1c8abbf9afaf7f19
ruoyi-ui/src/store/getters.js
@@ -1,6 +1,7 @@
const getters = {
  sidebar: state => state.app.sidebar,
  size: state => state.app.size,
  clanId: state => state.user.clanId,
  device: state => state.app.device,
  dict: state => state.dict.dict,
  visitedViews: state => state.tagsView.visitedViews,