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