export default class UniPlatformType { //app、mp、h5 static readonly mp: string = 'mp' static readonly app: string = 'app' static readonly h5: string = 'h5' }