wupengfei
2025-08-28 e12f8a1c3f72d36828a1d83cabf1fcfe2f1a794b
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}