Merge branch 'hotfix/serviceSwitch' into feature/seoUrl
Showing
2 changed files
with
2 additions
and
3 deletions
@@ -61,8 +61,7 @@ const homeNav = (req) => { | @@ -61,8 +61,7 @@ const homeNav = (req) => { | ||
61 | {name: '我的信息', href: '/home/message', count: 0}, | 61 | {name: '我的信息', href: '/home/message', count: 0}, |
62 | { | 62 | { |
63 | name: '在线客服', | 63 | name: '在线客服', |
64 | - href: _.get(req.app.locals.pc, 'clientService.new', false) ? | ||
65 | - '/service/client' : 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409', | 64 | + 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', |
66 | isBlank: true | 65 | isBlank: true |
67 | } | 66 | } |
68 | ] | 67 | ] |
@@ -189,7 +189,7 @@ | @@ -189,7 +189,7 @@ | ||
189 | </div> | 189 | </div> |
190 | <div class="left"> | 190 | <div class="left"> |
191 | <span class="iconfont rgbf"></span> | 191 | <span class="iconfont rgbf"></span> |
192 | - <a href="{{#if @root.pc.clientService.new}}/service/client{{else}}http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409{{/if}}" target="_blank"> | 192 | + <a href="{{#if @root.pc.clientService.new}}http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409{{else}}/service/client{{/if}}" target="_blank"> |
193 | <span class="red">便捷</span> | 193 | <span class="red">便捷</span> |
194 | <span class="rgbf">在线客服</span> | 194 | <span class="rgbf">在线客服</span> |
195 | </a> | 195 | </a> |
-
Please register or login to post a comment