/**
* 根state
*/
export const rootstate: any = {
pageTagList: [],
pageMetas: [],
historyPathList: [],
codelists: [],
departmentPersonnel: [],
selectTheme: '',
selectFont: '',
appdata: '',
localdata: {},
zIndex: 300,
viewSplit: {},
orgDataMap: {},
depDataMap: {},
viewMessage: {},
customParam: {},
appGlobal:{},
routeViewGlobal: {},
appViews:{}
}
-
由 ibizdev 提交于13310400