wupengfei
2025-08-21 99bafe2a2588853c2dd4c73c2d2a2cb1837bf688
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.Wxmp,
};