|
|
@ -54,7 +54,7 @@ const menuItem = [
|
|
|
|
// icon: <SettingOutlined />,
|
|
|
|
// icon: <SettingOutlined />,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '智能对话',
|
|
|
|
label: '智能对话',
|
|
|
|
key: '/topnavbar00/hrefficiency/ChatConversation',
|
|
|
|
key: '/topnavbar00/hrefficiency/ChatConversation',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// {
|
|
|
@ -204,10 +204,9 @@ const TopNavBar = (props) => {
|
|
|
|
<Col xs={12} sm={12} md={12} lg={12} xl={12} className={styles.tabBarLeft}>
|
|
|
|
<Col xs={12} sm={12} md={12} lg={12} xl={12} className={styles.tabBarLeft}>
|
|
|
|
{/* <img src={Logo} alt='logo' className={styles.leftLogo} /> */}
|
|
|
|
{/* <img src={Logo} alt='logo' className={styles.leftLogo} /> */}
|
|
|
|
<div style={{ fontSize: '1.2em', color: 'white', fontWeight: 'bold' }}>AI文档审阅系统</div>
|
|
|
|
<div style={{ fontSize: '1.2em', color: 'white', fontWeight: 'bold' }}>AI文档审阅系统</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/* <Menu mode='horizontal' className={styles.leftMenu} selectedKeys={[activeKey]} items={menuItems} onClick={value => setRouteActive(value)} /> */}
|
|
|
|
{/* <Menu mode='horizontal' className={styles.leftMenu} selectedKeys={[activeKey]} items={menuItems} onClick={value => setRouteActive(value)} /> */}
|
|
|
|
</Col>
|
|
|
|
</Col>
|
|
|
|
|
|
|
|
|
|
|
|
{/* <Col xs={12} sm={12} md={12} lg={12} xl={12} className={styles.tabBarLeft}>
|
|
|
|
{/* <Col xs={12} sm={12} md={12} lg={12} xl={12} className={styles.tabBarLeft}>
|
|
|
|
<img src={Logo} alt='logo' className={styles.leftLogo} />
|
|
|
|
<img src={Logo} alt='logo' className={styles.leftLogo} />
|
|
|
|
<Menu mode='horizontal' className={styles.leftMenu} selectedKeys={[activeKey]} items={menuItems} onClick={value => setRouteActive(value)} />
|
|
|
|
<Menu mode='horizontal' className={styles.leftMenu} selectedKeys={[activeKey]} items={menuItems} onClick={value => setRouteActive(value)} />
|
|
|
@ -228,7 +227,10 @@ const TopNavBar = (props) => {
|
|
|
|
{/* 修改:当路由为智能对话页时,渲染历史会话组件(renderPageContent),其它路由不变 */}
|
|
|
|
{/* 修改:当路由为智能对话页时,渲染历史会话组件(renderPageContent),其它路由不变 */}
|
|
|
|
<div className={styles.contentMain} style={{ height: 'auto', backgroundColor: 'inherit' }}>
|
|
|
|
<div className={styles.contentMain} style={{ height: 'auto', backgroundColor: 'inherit' }}>
|
|
|
|
<Outlet />
|
|
|
|
<Outlet />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className={styles.contentHistory}>
|
|
|
|
{renderPageContent('conversation', conversationConversations, conversationExpanded)}
|
|
|
|
{renderPageContent('conversation', conversationConversations, conversationExpanded)}
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/* 底部版权信息 */}
|
|
|
|
{/* 底部版权信息 */}
|
|
|
|
<div className='footerCopyright' style={{
|
|
|
|
<div className='footerCopyright' style={{
|
|
|
|