zhengyiming
2025-09-26 487d34116a98d4f6f3ddb28d0895f400579d12f5
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}