This commit is contained in:
zhaofang
2022-07-11 12:04:52 +08:00
parent 22f6a83121
commit 5027e6cf94
7 changed files with 9 additions and 60 deletions

View File

@@ -7,7 +7,6 @@ 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,