From ed8e1ee248759bcae6f001d80795a1a5a2bd0302 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 22 Dec 2021 10:42:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=9C=89=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E9=BB=98=E8=AE=A4=E8=BF=9B=E5=85=A5=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/store/copy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/canvas/store/copy.js b/frontend/src/components/canvas/store/copy.js index 80decf5614..3b6f34f511 100644 --- a/frontend/src/components/canvas/store/copy.js +++ b/frontend/src/components/canvas/store/copy.js @@ -28,6 +28,8 @@ export default { } const data = state.copyData.data + // 仪表板复制的组件默认不在移动端部署中mobileSelected = false + data.mobileSelected = false if (!state.curComponent.auxiliaryMatrix) { data.style.top += 20 data.style.left += 20