zhengyiming
2025-02-25 3703bdcb3e0eef4428fb6069649622dd3c60d2c8
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}