wupengfei
2025-09-23 d040c448708d01ef2e2fa585a5a72c84e07e1e31
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}