wupengfei
2025-12-02 4b9db31fa558ca4991213553cc354eebf72121c4
1
2
3
4
5
6
7
import { EnumUserType, EnumClientType, EnumEnterpriseType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.Wxmp,
  enterpriseType: EnumEnterpriseType.Supplier,
};