zhengyiming
2025-02-24 a50b90b16851b0ad2d9be9a12f28349e3bea4871
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}