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