zhengyiming
7 天以前 1ea9f0443ca33caf1616e43c73cd9605c09cae69
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.PcWeb,
};