zhengyiming
5 天以前 613d1a6ff31ca384c51d786819b27136d393a181
1
2
3
4
5
6
export const AppType = import.meta.env.VITE_AppType || 'one';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.PcWeb,
};