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