wupengfei
2025-10-19 ff185cfb6950ad2d7472f83c2bbf3c0364cde1f7
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.Wxmp,
};