From 1773e48e3e81b3b8c9530172eb45aa8eb99e1a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 9 Oct 2025 16:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=9D=E5=AD=98=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BC=A0=E9=80=92=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index b7f90025..bcaf7768 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -28,7 +28,7 @@ import { diyData, headerAndFooter, diyConfig } from '@/api/diy'; import CommonAPI from '@/api/common'; import { commonStore } from '@/store'; import { magic_config } from '@/config/const/tabs-magic'; -import { get_business, get_id, get_type } from '@/utils/common'; +import { get_id, get_type } from '@/utils/common'; const common_store = commonStore(); interface diy_data_item { id: string; @@ -644,7 +644,6 @@ const diy_data_transfor_form_data = (clone_form: diy_data_item) => { name: clone_form.model.name, is_enable: clone_form.model.is_enable, describe: clone_form.model.describe, - business: get_business(), config: JSON.stringify({ header: clone_form.header, footer: clone_form.footer,