zhengyiming
2025-09-16 cc694522ee2ddca6a205d3cc4b9eb90c0bbea5b1
1
2
3
4
5
6
export const AppType = import.meta.env.VITE_AppType || 'one';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.PcWeb,
};