zhengyiming
9 天以前 94a7350343f5b65ebbd5b327e48063014d39f021
apps/cMiniApp/src/constants/app.ts
@@ -1,6 +1,6 @@
import { EnumUserType, EnumClientType } from '@12333/constants';
export const AppLocalConfig = {
  userType: EnumUserType.Operation,
  userType: EnumUserType.Personal,
  clientType: EnumClientType.PcWeb,
};