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