wupengfei
2025-11-07 94d29c8dff70c0c48c9df0dc8539678dea362e5e
1
2
3
4
5
6
7
export const AppType = import.meta.env.VITE_AppType || 'one';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.PcWeb,
  enterpriseType: EnumEnterpriseType.PartyA,
};