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