wupengfei
2025-12-02 2fdbeac4cb1aa1ff97a9b1f5ccbe28ddae5e77e3
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,
};