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
zhangxiaoru
9 years ago
Commit
19d28343210e10c93f471377a743944b05acb7b6
1 parent
50d78860
editorial
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
apps/editorial/controllers/editorial.js
apps/editorial/controllers/editorial.js
View file @
19d2834
...
...
@@ -29,7 +29,6 @@ const index = (req, res, next) => {
name
:
'MEN首页'
},
{
link
:
'/editorial?type=1'
,
pathTitle
:
'资讯'
,
name
:
'资讯'
}
...
...
@@ -82,7 +81,6 @@ const list = (req, res) => {
name
:
'资讯'
},
{
link
:
'/editorial?type=1'
,
pathTitle
:
'资讯'
,
name
:
req
.
query
.
query
}
...
...
@@ -125,7 +123,6 @@ const detail = (req, res, next) => {
name
:
'资讯'
},
{
link
:
'/editorial?type=1'
,
pathTitle
:
'资讯'
,
name
:
result
.
head
.
title
}
...
...
Please
register
or
login
to post a comment