zhengyiming
2025-02-10 0470145fcd755d3f87bffc7a985bd3cc82c5f3f6
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}