zhengyiming
2025-02-19 e093258a86fd053984e6bda69dfc67f65a4c3290
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}