wupengfei
2025-02-24 ab5a37627e23433ff184755c79ae264399bb5366
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}