wupengfei
14 小时以前 3a6f47aae0ca4566a7f39c98c30bcc5545dd1216
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.Wxmp,
};