Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
35aea2d9233c2a5fb81950115f383c3d3c6276cb
1 parent
10e705ab
帮助中心修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
config/common.js
doraemon/views/partial/sign-header.hbs
public/tpl/help/search-cont.hbs
config/common.js
View file @
35aea2d
...
...
@@ -27,12 +27,17 @@ module.exports = {
// service: 'http://service.yoho.yohoops.org/',
// search: 'http://search.yohoops.org/yohosearch/'
api
:
'http://api-test3.yohops.com:9999/'
,
service
:
'http://service-test3.yohops.com:9999/'
,
singleApi
:
'http://api-test3.yohops.com:9999/'
,
liveApi
:
'http://testapi.live.yohops.com:9999/'
,
search
:
'http://search.yohoops.org/yohosearch/'
//api: 'http://api-test3.yohops.com:9999/',
//service: 'http://service-test3.yohops.com:9999/',
//singleApi: 'http://api-test3.yohops.com:9999/',
//liveApi: 'http://testapi.live.yohops.com:9999/',
//search: 'http://search.yohoops.org/yohosearch/'
favApi
:
'http://192.168.102.31:8092/brower'
,
api
:
'http://192.168.102.205:8080/gateway/'
,
service
:
'http://192.168.102.205:8080/gateway/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
...
...
doraemon/views/partial/sign-header.hbs
View file @
35aea2d
...
...
@@ -15,7 +15,7 @@
{{/if}}
</li>
<li><a
href=
"
{{
https
siteUrl
}}
"
>
首页
</a></li>
<li><a
href=
"
{{
https
siteUrl
}}
/help"
>
帮助中心
</a></li>
<li><a
href=
"
{{
https
siteUrl
}}
/help
/index
"
>
帮助中心
</a></li>
<li>
客服电话
<span>
400-889-9646
</span></li>
</ul>
</div>
...
...
public/tpl/help/search-cont.hbs
View file @
35aea2d
...
...
@@ -7,7 +7,7 @@
<ul
class=
"search-list"
>
{{#
helper_list
}}
<li
class=
"
{{#if
problem
}}
problem-li
{{else}}
article-li
{{/if}}
"
>
<p
class=
"title"
>
{{
caption
}}
</p>
<p
class=
"title"
>
{{
{
caption
}
}}
</p>
{{#if
problem
}}
<p
class=
"cont"
>
{{{
allCont
}}}
</p>
{{else}}
...
...
Please
register
or
login
to post a comment