优化wxmpConfig组件mod处理逻辑

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

View File

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