wupengfei
2025-08-21 99bafe2a2588853c2dd4c73c2d2a2cb1837bf688
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}