update pay function

This commit is contained in:
2025-11-21 23:18:19 +08:00
parent cd315a718f
commit 22bb57b52f
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ export const routeConfig = [
path: 'agent-chat',
component: lazyComponents.AgentChat,
protection: PROTECTION_MODES.MODAL,
layout: 'main',
layout: 'none', // 使用独立布局,不需要系统导航栏
meta: {
title: '价小前投研',
description: '北京价值前沿科技公司的AI投研聊天助手'

View File

@@ -701,7 +701,7 @@ const AgentChatV4 = () => {
return (
<Flex
position="fixed"
top="80px"
top="0"
left="0"
right="0"
bottom="0"