添加loading 动画

fix web跳转
This commit is contained in:
2024-05-31 14:05:54 +08:00
parent e55bf2535c
commit 172581dff7
2 changed files with 21 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ export struct SchemePage {
openScheme() {
let context = getContext(this) as common.UIAbilityContext;
let wantInfo: Want = {
action: 'ohos.want.action.viewData',
entities: ['entity.system.browsable'],
uri: 'https://devwiki.net'
}
context.startAbility(wantInfo);