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