明树Git Lab

Commit 3fe13008 authored by yangyajing's avatar yangyajing

修改数据跳转

parent 6825500b
......@@ -133,7 +133,7 @@ const Sjgxdjpt = () => {
{/* 跳转按钮 */}
<div className="pt-4">
<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"
>
<span>访问数据供需对接平台</span>
......@@ -2282,19 +2282,19 @@ const App = () => {
return <HomeSection setActiveTab={setActiveTab} setSelectedScenario={setSelectedScenario} />;
case 'data':
location.href = "/channel.html";
return ;
// return (
// <div className="animate-fade-in-up pt-24 pb-16">
// <div className="container mx-auto px-6">
// <div className="mb-12 text-center">
// <h2 className="text-3xl font-bold text-white mb-4">全链路数据要素服务</h2>
// </div>
// <DataPositioningSection />
// <DataResourceGraph />
// </div>
// </div>
// );
// location.href = "/channel.html";
// return ;
return (
<div className="animate-fade-in-up pt-24 pb-16">
<div className="container mx-auto px-6">
<div className="mb-12 text-center">
<h2 className="text-3xl font-bold text-white mb-4">全链路数据要素服务</h2>
</div>
<DataPositioningSection />
<DataResourceGraph />
</div>
</div>
);
case 'scenarios':
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment