mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
解决其他界面无法跳转问题
Signed-off-by: 侯志雄 <houzhixiong1@h-partners.com>
This commit is contained in:
parent
d02c8400b8
commit
3d8a021878
@ -98,6 +98,10 @@ export class SettingListModel extends BaseModel {
|
||||
LogUtil.error(`${this.TAG}, ${ConfigData.SECURITY_BUNDLE_NAME} start failed. Cause: ${JSON.stringify(error)}`);
|
||||
})
|
||||
})
|
||||
} else {
|
||||
Router.push({
|
||||
uri: targetPage,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user