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