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