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