/** * 根state */ export const rootstate: any = { pageTagList: [], pageMetas: [], historyPathList: [], codelists: [], selectTheme: '', selectFont: '', appdata: '', thirdPartyName:'', localdata: {}, zIndex: 300, noticeStatus:true, selectStatus:true, selectTextAlign:'', selectNaviStyle:'', popupStatus:true, searchformStatus:false, orgDataMap:{}, depDataMap:{}, departmentPersonnel:[], appGlobal:{}, routeViewGlobal: {}, appViews:{} }