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 + } } }