state.ts 105 字节 编辑Web IDE 1 2 3 4 5 6 7 /** * 所有视图状态 */ export const dataAreaState: any = { // 状态数据 stateData: {} }