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