update home
This commit is contained in:
@@ -18,6 +18,9 @@ const getters = {
|
||||
defaultRoutes:state => state.permission.defaultRoutes,
|
||||
sidebarRouters:state => state.permission.sidebarRouters,
|
||||
// 数据字典
|
||||
dict_datas: state => state.dict.dictDatas
|
||||
dict_datas: state => state.dict.dictDatas,
|
||||
// 驾驶舱和首页
|
||||
home: state => state.copilot.home,
|
||||
copilot: state => state.copilot.copilot,
|
||||
}
|
||||
export default getters
|
||||
|
||||
Reference in New Issue
Block a user