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