wupengfei
2025-11-01 a08fd357021407727c33894c610ed2ce71fb2b84
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.Supplier,
};