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