wupengfei
20 小时以前 46f550ca3f768b35fb65a4f1f13de1cfc3635148
1
2
3
4
5
6
export const AppType = import.meta.env.VITE_AppType || 'one';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.PcWeb,
};