- export interface GlobalState {
- globalLoading: boolean
- routerLoading: boolean
- requestLoading: boolean
- fullScreenLoading: boolean
- ISLocal: boolean
- ISDEV: boolean
- ISPRE: boolean
- ISPROD: boolean
- isPageSwitching: boolean
- theme: string
- statusBarHeight: number
- mode: 'customer' | 'ib' | 'follow'
- applyStatus: boolean
- }
|