Authored by 黄涛

Merge branch 'hotfix/client-switch' into 'master'

fix client link



See merge request !98
... ... @@ -35,7 +35,7 @@ const _homeNav = (switcher) => {
{
name: '在线客服',
href: switcher ?
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : helpers.urlFormat('/service/client', null, 'www'),
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : '/service/client',
isBlank: true
}
]
... ...