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