wupengfei
2025-11-07 94d29c8dff70c0c48c9df0dc8539678dea362e5e
src/constants/app.ts
@@ -1,6 +1,7 @@
export const AppType = import.meta.env.VITE_AppType || 'one';
export const AppLocalConfig = {
  userType: EnumUserType.Operation,
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.PcWeb,
  enterpriseType: EnumEnterpriseType.PartyA,
};