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