zhengyiming
2025-10-15 7fa34e8dff6873360251738c5bf2bac6c72d67a6
1
2
3
4
5
6
import { EnumUserType, EnumClientType } from '@12333/constants';
 
export const AppLocalConfig = {
  userType: EnumUserType.Enterprise,
  clientType: EnumClientType.Wxmp,
};