zhengyiming
2025-02-19 df7c6af1c1cfd2e9bda249e381aecb5482120d14
1
2
3
4
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}