明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bridata-website-frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bridata-website-frontend
Commits
3fe13008
Commit
3fe13008
authored
Dec 19, 2025
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据跳转
parent
6825500b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
App.jsx
src/App.jsx
+14
-14
No files found.
src/App.jsx
View file @
3fe13008
...
@@ -133,7 +133,7 @@ const Sjgxdjpt = () => {
...
@@ -133,7 +133,7 @@ const Sjgxdjpt = () => {
{
/* 跳转按钮 */
}
{
/* 跳转按钮 */
}
<
div
className=
"pt-4"
>
<
div
className=
"pt-4"
>
<
a
<
a
href=
"/
data
.html"
href=
"/
channel
.html"
className=
"inline-flex items-center gap-2 bg-[#00FFC2] text-black font-bold px-6 py-3 rounded-md hover:bg-[#00d9a8] transition-colors group"
className=
"inline-flex items-center gap-2 bg-[#00FFC2] text-black font-bold px-6 py-3 rounded-md hover:bg-[#00d9a8] transition-colors group"
>
>
<
span
>
访问数据供需对接平台
</
span
>
<
span
>
访问数据供需对接平台
</
span
>
...
@@ -2282,19 +2282,19 @@ const App = () => {
...
@@ -2282,19 +2282,19 @@ const App = () => {
return
<
HomeSection
setActiveTab=
{
setActiveTab
}
setSelectedScenario=
{
setSelectedScenario
}
/>;
return
<
HomeSection
setActiveTab=
{
setActiveTab
}
setSelectedScenario=
{
setSelectedScenario
}
/>;
case
'data'
:
case
'data'
:
location
.
href
=
"/channel.html"
;
//
location.href = "/channel.html";
return
;
//
return ;
//
return (
return
(
//
<div className="animate-fade-in-up pt-24 pb-16">
<
div
className=
"animate-fade-in-up pt-24 pb-16"
>
//
<div className="container mx-auto px-6">
<
div
className=
"container mx-auto px-6"
>
//
<div className="mb-12 text-center">
<
div
className=
"mb-12 text-center"
>
//
<h2 className="text-3xl font-bold text-white mb-4">全链路数据要素服务</h2>
<
h2
className=
"text-3xl font-bold text-white mb-4"
>
全链路数据要素服务
</
h2
>
//
</div>
</
div
>
//
<DataPositioningSection />
<
DataPositioningSection
/>
//
<DataResourceGraph />
<
DataResourceGraph
/>
//
</div>
</
div
>
//
</div>
</
div
>
//
);
);
case
'scenarios'
:
case
'scenarios'
:
return
(
return
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment