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
xuqi
9 years ago
Commit
c4fbf9be5fbdb65212f28d4ff87c89e952ef4ea6
1 parent
6cc83aef
after line comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
dispatch.js
dispatch.js
View file @
c4fbf9b
...
...
@@ -14,7 +14,5 @@ module.exports = app => {
app
.
use
(
'/'
,
require
(
'./apps/channel'
));
// 频道页
app
.
use
(
'/me'
,
require
(
'./apps/me'
));
// 个人中心
// 资讯
app
.
use
(
'/editorial'
,
require
(
'./apps/editorial'
));
app
.
use
(
'/editorial'
,
require
(
'./apps/editorial'
));
// 资讯
};
...
...
Please
register
or
login
to post a comment