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