Merge branch 'feature/feature-20250331-h5' into uat

This commit is contained in:
LHY\18810
2025-03-16 12:16:50 +08:00
3 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -315,7 +315,6 @@ export default {
if (canGoBack) { if (canGoBack) {
router.go(-1); router.go(-1);
} else { } else {
this.takeOverAndroidBack();
this.navigateBack(); this.navigateBack();
} }
} }

View File

@@ -34,8 +34,8 @@ onMounted(async () => {
// } // }
}); });
function create () { function create () {
router.push({ name: 'publish' }); show.value = true;
// show.value = true;
} }
</script> </script>