提交修改

This commit is contained in:
daihh
2022-07-18 15:11:56 +08:00
parent 7ee3b4d272
commit 8f66ac3854
4 changed files with 22 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ const getters = {
sidebarRouters: state => state.permission.sidebarRouters,
portalCase: state => state.portal.case,
portalLoginRememberMe: state => state.portal.loginRememberMe,
portalBackUrl: state => state.portal.backUrl,
resOwnerMap:state => state.resOwner.resOwnerMap,
sysTypeMap:state => state.sysType.sysTypeMap,
userMsg:state => state.user.msg,