wupengfei
7 天以前 9b07e595da6e87cfc49a8728586e85c0635a8650
1
2
3
4
5
6
export const AppType = import.meta.env.VITE_AppType || 'one';
 
export const AppLocalConfig = {
  userType: EnumUserType.Operation,
  clientType: EnumClientType.PcWeb,
};