let context = this.getUIContext().getHostContext() as common.UIAbilityContext;
let link: string = targetUrl
let openLinkOptions: OpenLinkOptions = {
appLinkingOnly: false
};
try {
context.openLink(link, openLinkOptions)
.then(() => {
}).catch((err: BusinessError) => {
});
} catch (paramError) {
}

那鸿蒙支持通过获客链接schema,拉起添加企微页面吗,目前ios和安卓是可以拉起