zhengyiming
2025-08-11 94a7350343f5b65ebbd5b327e48063014d39f021
apps/cMiniApp/src/constants/app.ts
@@ -1,6 +1,6 @@
import { EnumUserType, EnumClientType } from '@12333/constants';
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  userType: EnumUserType.Personal,
  clientType: EnumClientType.PcWeb,
};