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
yyq
9 years ago
Commit
fbb03e1e30aab40f903cb9da4f542d07220f322b
1 parent
e5d3b83b
结算头部去掉订单中心
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
config/common.js
doraemon/views/partial/settle-header.hbs
config/common.js
View file @
fbb03e1
...
...
@@ -88,7 +88,7 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'www.yohoblk.com'
,
domains
:
{
singleApi
:
'http://
api_
single.yoho.cn/'
,
singleApi
:
'http://single.yoho.cn/'
,
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://service.yoho.yohoops.org/'
,
search
:
'http://search.yohoops.org/yohosearch/'
...
...
doraemon/views/partial/settle-header.hbs
View file @
fbb03e1
...
...
@@ -15,7 +15,6 @@
{{/if}}
</li>
<li><a
href=
"
{{
siteUrl
}}
/me"
>
个人中心
</a></li>
<li><a
href=
"
{{
siteUrl
}}
/me/order"
>
订单中心
</a></li>
<li><a
href=
"
{{
siteUrl
}}
/help"
>
帮助中心
</a></li>
</ul>
</div>
...
...
Please
register
or
login
to post a comment