From aaf8c782990615f84337a7cac67b6c5f0cf9be27 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Wed, 6 Dec 2023 12:01:13 +0800 Subject: [PATCH] 111 --- components/NavBar/NavBar.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index bd06b9b..a50e94c 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -31,12 +31,12 @@ - + - {{navTitle}} + {{nativeNavNoRemove?"":navTitle}} @@ -103,7 +103,8 @@ enableWidth: 0, enableHeight: 0, fontSize: 0, - navStyle: 'left' + navStyle: 'left', + nativeNavNoRemove: true, }; }, mounted() { @@ -131,6 +132,7 @@ this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit this.enableHeight = navInfo.navBar.enableHeight + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit + this.nativeNavNoRemove = navInfo.menuButton.nativeNavNoRemove }, methods: { /**