feat:app嵌套h5返回键

This commit is contained in:
liu.huiying@ebiz-digits.com
2025-03-14 17:32:00 +08:00
parent 8a2e54bf93
commit db11da048b
2 changed files with 22 additions and 20 deletions

View File

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