wupengfei
2025-08-20 0f8d487b2c5bd082f9193952430f9a3e74798602
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}