state.ts 232 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /** * 根state */ export const rootstate: any = { pageTagList: [], pageMetas: [], historyPathList: [], codelists: [], selectTheme: '', selectFont: '', appdata: '', localdata: {}, zIndex: 300, }