From b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 15 七月 2025 14:04:22 +0800
Subject: [PATCH] fix: s

---
 src/Home/data.source.js |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/Home/data.source.js b/src/Home/data.source.js
index 8d4d92f..2234f77 100644
--- a/src/Home/data.source.js
+++ b/src/Home/data.source.js
@@ -12,6 +12,10 @@
 import Title from '@/components/Title/Title';
 import FooterComponent, { FooterApply } from './Footer';
 
+export const targetId = window.__POWERED_BY_QIANKUN__
+  ? 'qiankunScrollview'
+  : undefined;
+
 export const Nav30DataSource = {
   wrapper: { className: 'header3 home-page-wrapper' },
   page: { className: 'home-page' },
@@ -139,6 +143,7 @@
   OverPack: {
     className: 'home-page-wrapper content13-wrapper mcva2tum4q-editor_css',
     playScale: 0.3,
+    targetId: targetId,
   },
   titleWrapper: {
     className: 'title-wrapper',
@@ -409,7 +414,7 @@
 };
 export const Feature40DataSource = {
   wrapper: { className: 'home-page-wrapper content6-wrapper' },
-  OverPack: { className: 'home-page content6' },
+  OverPack: { className: 'home-page content6', targetId: targetId },
   textWrapper: { className: 'content6-text', xs: 24, md: 10 },
   titleWrapper: {
     className: 'title-wrapper',
@@ -488,7 +493,7 @@
 export const Feature50DataSource = {
   wrapper: { className: 'home-page-wrapper content7-wrapper' },
   page: { className: 'home-page content7' },
-  OverPack: {},
+  OverPack: { targetId: targetId },
   titleWrapper: {
     className: 'title-wrapper',
     children: [
@@ -648,7 +653,11 @@
 export const Pricing20DataSource = {
   wrapper: { className: 'home-page-wrapper pricing2-wrapper' },
   page: { className: 'home-page pricing2' },
-  OverPack: { playScale: 0.3, className: 'pricing2-content-wrapper' },
+  OverPack: {
+    playScale: 0.3,
+    className: 'pricing2-content-wrapper',
+    targetId: targetId,
+  },
   titleWrapper: {
     className: 'pricing2-title-wrapper',
     children: [
@@ -919,6 +928,7 @@
   OverPack: {
     className: 'home-page-wrapper content13-wrapper content131-wrapper',
     playScale: 0.3,
+    targetId: targetId,
   },
   titleWrapper: {
     className: 'title-wrapper',
@@ -941,6 +951,7 @@
   OverPack: {
     className: 'home-page-wrapper content13-wrapper content132-wrapper',
     playScale: 0.3,
+    targetId: targetId,
   },
   titleWrapper: {
     className: 'title-wrapper',

--
Gitblit v1.9.1