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