diff --git a/src/components/footer-nav/index.vue b/src/components/footer-nav/index.vue index 0e8ccc3c..1530f4a9 100644 --- a/src/components/footer-nav/index.vue +++ b/src/components/footer-nav/index.vue @@ -48,7 +48,6 @@ const nav_style = ref(0); watch( () => props.footerData, (newVal, oldValue) => { - console.log(newVal); const new_content = newVal?.content || {}; const new_style = newVal?.style || {}; nav_content.value = new_content?.nav_content || []; diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 7dace106..fe086920 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -88,7 +88,7 @@ const api_count = ref(0); const right_update = (item: any, diy: [Array], header: headerAndFooter, footer: headerAndFooter) => { diy_data_item.value = item; - // form.value.diy_data = diy; + form.value.diy_data = diy; // form.value.header = header; // form.value.footer = footer; // 生成随机id