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