From 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 18 七月 2025 14:33:11 +0800 Subject: [PATCH] fix: s --- src/Home/data.source.js | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/Home/data.source.js b/src/Home/data.source.js index 8d4d92f..9c73a18 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: [ @@ -817,7 +826,7 @@ { className: 'pricing2-table-content-name', name: 'name', - children: '浜哄姏璧勬簮鏈嶅姟涓氫笌鍒堕�犱篃铻嶅悎鍙戝睍涓撻」璧涢亾', + children: '浜哄姏璧勬簮鏈嶅姟涓氫笌鍒堕�犱笟铻嶅悎鍙戝睍涓撻」璧涢亾', }, { 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