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