From 97bd799b6d1679d9b493f6157265506da8fa7b45 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 27 Nov 2024 17:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96wxmpConfig=E7=BB=84=E4=BB=B6t?= =?UTF-8?q?abBar=E8=BF=87=E6=BB=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue b/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue index 73c7d84c..ce291cc8 100644 --- a/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue +++ b/project/oms/apps/develop/AppDeployCustom/config/wxmpConfig.vue @@ -22,7 +22,8 @@ export default { }, tabBar: { deep: true, handler(v) { - this.$set(this.form, "tabBar", v.filter(e => !!e.pagePath) || []) + this.tabBar.list = this.tabBar.list.filter(e => !!e.pagePath) || [] + this.$set(this.form, "tabBar", v) } } },