隐藏案例

This commit is contained in:
zhaofang
2022-06-13 16:21:47 +08:00
parent 9b7e21cf13
commit 71b2aa90a8
6 changed files with 39 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ const getters = {
cachedViews: state => state.tagsView.cachedViews,
avatar: state => state.user.info.avatar,
userInfo: state => state.user.info,
caseShow: state => state.user.caseShow,
newslist: state => state.user.newslist,
orgId: state => state.user.orgId,
permissions: state => state.user.permissions,