zhengyiming
2025-02-10 74b8e11770494fc20b5c8155fed369c7a4dc8fed
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}