wupengfei
2025-08-19 574b9e931d0e31e2d69f34248184f0c43d74ab18
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}