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