wupengfei
2025-02-21 83f821e00802979e64840901bf2a1d18b4b61601
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}