From 56c981bce34687ae7de37782b7870283ab4f28c7 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Wed, 6 Dec 2023 13:41:44 +0800 Subject: [PATCH] 111 --- components/NavBar/NavBar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index a50e94c..8d08f92 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -101,7 +101,6 @@ navHeight: 0, disableWidth: 0, enableWidth: 0, - enableHeight: 0, fontSize: 0, navStyle: 'left', nativeNavNoRemove: true, @@ -130,7 +129,6 @@ this.navHeight = navInfo.navBar.height + navInfo.unit this.disableWidth = navInfo.navBar.disableWidth + navInfo.unit 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 },