zhengyiming
2025-02-20 314dcacdeecec4dff192b78bad5124b1b29a453d
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}