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
周少峰
2016-10-19 20:50:32 +0800
Commit
ea05b9f031fbf8491dcf863851fdf09856e1a139
2 parents
93fb7087
cf5d7b03
Merge branch 'feature/receview' into release/1019
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dispatch.js
dispatch.js
View file @
ea05b9f
@@ -7,6 +7,7 @@
@@ -7,6 +7,7 @@
7
module
.
exports
=
app
=>
{
7
module
.
exports
=
app
=>
{
8
8
9
// 公共服务
9
// 公共服务
10
+
app
.
use
(
'/common'
,
require
(
'./apps/common'
));
10
11
11
// 业务模块
12
// 业务模块
12
app
.
use
(
require
(
'./apps/channel'
));
// 频道页
13
app
.
use
(
require
(
'./apps/channel'
));
// 频道页
Please
register
or
login
to post a comment