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
htoooth
2016-07-04 10:04:40 +0800
Commit
c4ea2732052f4e78c764770e2cd64dbdca3f8f95
1 parent
b8ed9ccf
cancel passport
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dispatch.js
dispatch.js
View file @
c4ea273
...
...
@@ -10,5 +10,5 @@ module.exports = app => {
app
.
use
(
'/partial'
,
require
(
'./apps/partial'
));
// 组件demo
// 业务模块
app
.
use
(
'/passport'
,
require
(
'./apps/passport'
));
//
app.use('/passport', require('./apps/passport'));
};
...
...
Please
register
or
login
to post a comment