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