| | |
| | | avatar: (state) => state.user.avatar, |
| | | name: (state) => state.user.name, |
| | | nickName: (state) => state.user.nickName, |
| | | companyName: (state) => state.user.companyName, |
| | | loginUserInfo: (state) => state.user.loginUserInfo, |
| | | userId: (state) => state.user.id, |
| | | introduction: (state) => state.user.introduction, |
| | | roles: (state) => state.user.roles, |
| | |
| | | topbarRouters: (state) => state.permission.topbarRouters, |
| | | defaultRoutes: (state) => state.permission.defaultRoutes, |
| | | sidebarRouters: (state) => state.permission.sidebarRouters, |
| | | isLock: (state) => state.app.isLock, |
| | | lockPasswd: (state) => state.app.lockPasswd, |
| | | }; |
| | | export default getters; |