wupengfei
2025-10-20 10db00d52c495183578eb490c16401d0b325fc21
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}