wupengfei
3 天以前 83a43c957729ffdec7ca8eb4f8ebd62a1c6b4abc
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Personal,
  clientType: EnumClientType.Wxmp,
};