zhengyiming
昨天 cf5941b97b6ad5c48928bcdaf3660e7bf457e9c8
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.Wxmp,
};