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