fix: 删除语音通话导航;

2.0/email-builder
Jimmy Liow 1 year ago
parent 9e5d9e8844
commit 620d2b8e4c

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

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

Loading…
Cancel
Save