wupengfei
2025-02-12 d0ed6922f71a4444c1ff101a10e29b4906757e4f
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}