zhengyiming
2025-09-26 c72be856765583aa60e621fbc35da8e3e276aabc
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}