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