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