From e435f2ebd11633c555a8b49fc54d3c7a4e0ff0ba Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期一, 16 六月 2025 16:59:43 +0800
Subject: [PATCH] 页面调整优化
---
src/components/layout/ClientLayoutContent.tsx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/layout/ClientLayoutContent.tsx b/src/components/layout/ClientLayoutContent.tsx
index 64b02f9..a859df6 100644
--- a/src/components/layout/ClientLayoutContent.tsx
+++ b/src/components/layout/ClientLayoutContent.tsx
@@ -23,6 +23,7 @@
const isAIScenePage = pathname === '/ai-scene';
const isAISceneChatPage = pathname.startsWith('/ai-scene/chat');
const isChatPage = pathname === '/chat'; // 娣诲姞鑱婂ぉ椤甸潰鍒ゆ柇
+ const isSupplyChainChatPage = pathname === '/supply-chain-chat'; // 娣诲姞渚涘簲閾捐亰澶╅〉闈㈠垽鏂�
// 璁剧疆瀹㈡埛绔姸鎬�
useEffect(() => {
@@ -99,7 +100,7 @@
<main className={`flex-1 ${isHomePage || isAIScenePage ? '' : 'bg-gradient-to-b from-[var(--ai-surface)] to-white'} pt-0 mt-0`}>
{children}
</main>
- {!isLoginPage && !isRegisterPage && !isAISceneChatPage && !isChatPage && (
+ {!isLoginPage && !isRegisterPage && !isAISceneChatPage && !isChatPage && !isSupplyChainChatPage && (
<footer className="relative z-20 bg-gradient-to-br from-[#0A1033] via-[#1E2B63] to-[#131C41] text-white py-10 overflow-hidden">
{/* 绉戞妧鎰熷姩鎬佽儗鏅厓绱� */}
<div className="absolute inset-0 overflow-hidden pointer-events-none">
--
Gitblit v1.9.3