zhengyiming
2025-09-24 33634896a5d284d9214162278bbe232be0610fcd
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}