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
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
2016-09-30 13:41:24 +0800
Commit
b5a34e321c5928c7b35959843d58ba4a841de01e
1 parent
cef9b977
brand
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
dispatch.js
public/js/brands/brands.page.js
dispatch.js
View file @
b5a34e3
...
...
@@ -14,4 +14,5 @@ module.exports = app => {
app
.
use
(
'/product'
,
require
(
'./apps/product'
));
// 商品相关页面
app
.
use
(
require
(
'./apps/passport'
));
// 登录注册
app
.
use
(
'/home'
,
require
(
'./apps/home'
));
// 会员中心
app
.
use
(
'/brands'
,
require
(
'./apps/brands'
));
};
...
...
public/js/brands/brands.page.js
0 → 100644
View file @
b5a34e3
/**
* Created by DELL on 2016.9.30.
*/
...
...
Please
register
or
login
to post a comment