wupengfei
2025-03-10 6887129e91d32557c2b57178180329f46df09d12
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}