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