Revert "fix: 删除语音通话导航;"

This reverts commit 620d2b8e4c.
dev/voice
Lei OT 6 months ago
parent c4ef183c0f
commit c98223ffaa

@ -247,7 +247,14 @@ const CustomerProfile = () => {
</Typography.Text>
<Typography.Text>
<PhoneOutlined className=" pr-1" />
{customerDetail.phone}
<Button
type="link"
size={"small"}
onClick={() => {
navigate(`/callcenter/call/` + customerDetail.phone);
}}>
{customerDetail.phone}
</Button>
</Typography.Text>
<Typography.Text>
<MailOutlined className=" pr-1" />
@ -290,7 +297,7 @@ const CustomerProfile = () => {
whenTrue={
<>
<p className="m-0 py-2 line-clamp-2 ">
<a target="_blank" href={lastQuotation.letterurl} rel="noreferrer">
<a target="_blank" href={lastQuotation.letterurl}>
<LinkOutlined />
&nbsp;{lastQuotation.lettertitle}
</a>

@ -173,6 +173,10 @@ function DesktopApp() {
</Link>
),
},
{
key: '/callcenter/call',
label: <Link to='/callcenter/call'>语音通话</Link>,
},
{
key: '/chat/history',
label: <Link to='/chat/history'>聊天记录</Link>,

Loading…
Cancel
Save