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