From 26bdbdf18ff2ea5d0695013ade1c2b80299cb610 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 1 Nov 2024 18:46:07 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/store/modules/data-visualization/copy.ts | 2 +- core/core-frontend/src/views/mobile/index.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/src/store/modules/data-visualization/copy.ts b/core/core-frontend/src/store/modules/data-visualization/copy.ts index e0bb75871f..949b19ca54 100644 --- a/core/core-frontend/src/store/modules/data-visualization/copy.ts +++ b/core/core-frontend/src/store/modules/data-visualization/copy.ts @@ -205,7 +205,7 @@ function deepCopyHelper(data, idMap) { delete result.mStyle delete result.mEvents delete result.mPropValue - delete result.mCommonBackgroud + delete result.mCommonBackground if (result.component === 'Group') { result.propValue.forEach((component, i) => { result.propValue[i] = deepCopyHelper(component, idMap) diff --git a/core/core-frontend/src/views/mobile/index.vue b/core/core-frontend/src/views/mobile/index.vue index 813b9069a1..166d68245a 100644 --- a/core/core-frontend/src/views/mobile/index.vue +++ b/core/core-frontend/src/views/mobile/index.vue @@ -12,7 +12,6 @@ import { useCache } from '@/hooks/web/useCache' import Personal from './personal/index.vue' import VanTabbar from 'vant/es/tabbar' import VanTabbarItem from 'vant/es/tabbar-item' -import { useI18n } from '@/hooks/web/useI18n' import VanOverlay from 'vant/es/overlay' import VanLoading from 'vant/es/loading' import 'vant/es/tabbar-item/style'