update pay function
This commit is contained in:
@@ -187,7 +187,7 @@ export const routeConfig = [
|
|||||||
path: 'agent-chat',
|
path: 'agent-chat',
|
||||||
component: lazyComponents.AgentChat,
|
component: lazyComponents.AgentChat,
|
||||||
protection: PROTECTION_MODES.MODAL,
|
protection: PROTECTION_MODES.MODAL,
|
||||||
layout: 'main',
|
layout: 'none', // 使用独立布局,不需要系统导航栏
|
||||||
meta: {
|
meta: {
|
||||||
title: '价小前投研',
|
title: '价小前投研',
|
||||||
description: '北京价值前沿科技公司的AI投研聊天助手'
|
description: '北京价值前沿科技公司的AI投研聊天助手'
|
||||||
|
|||||||
@@ -701,7 +701,7 @@ const AgentChatV4 = () => {
|
|||||||
return (
|
return (
|
||||||
<Flex
|
<Flex
|
||||||
position="fixed"
|
position="fixed"
|
||||||
top="80px"
|
top="0"
|
||||||
left="0"
|
left="0"
|
||||||
right="0"
|
right="0"
|
||||||
bottom="0"
|
bottom="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user