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