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