zhengyiming
2025-11-10 af9c2d5e4237852ecd77224e6e0c8b10d077734c
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,
};