feat:app嵌套h5返回键

This commit is contained in:
liu.huiying@ebiz-digits.com
2025-03-14 18:29:36 +08:00
parent 5f25815b8e
commit 1e65f93685
3 changed files with 7 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ onMounted(async() => {
appBridge.setHeaderShown(true);
// 设置系统状态栏明暗主题
appBridge.setStatusBarStyle('light');
// // 设置禁止原生返回
// appBridge.takeOverAndroidBack();
}
});
</script>