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