...
|
...
|
@@ -61,8 +61,7 @@ const homeNav = (req) => { |
|
|
{name: '我的信息', href: '/home/message', count: 0},
|
|
|
{
|
|
|
name: '在线客服',
|
|
|
href: _.get(req.app.locals.pc, 'clientService.new', false) ?
|
|
|
'/service/client' : 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409',
|
|
|
href: _.get(req.app.locals.pc, 'clientService.new', false) ? 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : '/service/client',
|
|
|
isBlank: true
|
|
|
}
|
|
|
]
|
...
|
...
|
|