wupengfei
2025-02-13 c369c4e2f7ad0d4cc5581bba762ad0494973c092
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}