wupengfei
2025-11-07 110abd3377f670d3f0641b48f09f0eb3435bed48
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,
};