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