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) } } },