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