Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
b64448da7fddd20ef2cbb630843856febce722a0
2 parents
7e579fb2
3ba1183f
Merge remote-tracking branch 'origin/feature/seoUrl' into feature/seoUrl
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
apps/home/router.js
doraemon/views/partial/footer.hbs
apps/home/router.js
View file @
b64448d
...
...
@@ -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
}
]
...
...
doraemon/views/partial/footer.hbs
View file @
b64448d
...
...
@@ -189,7 +189,7 @@
</div>
<div
class=
"left"
>
<span
class=
"iconfont rgbf"
>

</span>
<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"
>
<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"
>
<span
class=
"red"
>
便捷
</span>
<span
class=
"rgbf"
>
在线客服
</span>
</a>
...
...
Please
register
or
login
to post a comment