我们发布啦
This commit is contained in:
16
admin/src/store/getters.js
Normal file
16
admin/src/store/getters.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const getters = {
|
||||
sidebar: state => state.app.sidebar,
|
||||
size: state => state.app.size,
|
||||
device: state => state.app.device,
|
||||
visitedViews: state => state.tagsView.visitedViews,
|
||||
cachedViews: state => state.tagsView.cachedViews,
|
||||
token: state => state.user.token,
|
||||
avatar: state => state.user.avatar,
|
||||
name: state => state.user.name,
|
||||
introduction: state => state.user.introduction,
|
||||
roles: state => state.user.roles,
|
||||
permission_routes: state => state.permission.routes,
|
||||
errorLogs: state => state.errorLog.logs,
|
||||
isLogin: state => state.user.isLogin
|
||||
}
|
||||
export default getters
|
||||
Reference in New Issue
Block a user