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