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