zhengyiming
2025-02-19 327c15f09c66f783c7a9c850626984f9a8b7c11a
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}