wupengfei
2025-02-24 79fe2591d6fd90c0851da504dd6e867ea033d17b
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}