zhengyiming
2 天以前 2e6a86e57d7206cf27ef2e658bd4cbb737fca8fc
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,
};