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