优化wxmpConfig组件mod处理逻辑

This commit is contained in:
aixianling
2024-11-28 10:24:09 +08:00
parent 6d7769e61a
commit 44d971998a

View File

@@ -65,7 +65,9 @@ export default {
}
},
created() {
this.tabBar = this.form.tabBar
if (this.form.tabBar?.list?.length > 0) {
this.tabBar = this.form.tabBar
}
}
}
</script>