zhengyiming
2025-02-21 456de36d8e21416cdd2439437bdfd9460dcd15be
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}