Merge branch 'feature/feature-20250331-h5' into uat
This commit is contained in:
@@ -11,7 +11,7 @@ onMounted(async () => {
|
||||
// 设置系统状态栏明暗主题
|
||||
appBridge.setStatusBarStyle('light');
|
||||
// 设置禁止原生返回
|
||||
// appBridge.takeOverAndroidBack();
|
||||
appBridge.takeOverAndroidBack();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -315,7 +315,6 @@ export default {
|
||||
if (canGoBack) {
|
||||
router.go(-1);
|
||||
} else {
|
||||
this.takeOverAndroidBack();
|
||||
this.navigateBack();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,8 +34,8 @@ onMounted(async () => {
|
||||
// }
|
||||
});
|
||||
function create () {
|
||||
router.push({ name: 'publish' });
|
||||
// show.value = true;
|
||||
show.value = true;
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user