From 44d971998ae0fac8067eca56ff3e0082e89f5d79 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 28 Nov 2024 10:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96wxmpConfig=E7=BB=84=E4=BB=B6m?= =?UTF-8?q?od=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue b/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue index c7e23e5b..4fae6233 100644 --- a/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue +++ b/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue @@ -65,7 +65,9 @@ export default { } }, created() { - this.tabBar = this.form.tabBar + if (this.form.tabBar?.list?.length > 0) { + this.tabBar = this.form.tabBar + } } }