zhengyiming
2025-02-12 06a7a72a7b6dd4ef2c0c70314dfc3d1f99768c5d
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}