Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
2016-01-08 10:50:31 +0800
Commit
c585289d45d91accc86e389ad5dd8cf717be40c7
1 parent
eceb3e14
增加密码中心打包入口文件 code review by liuyue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
web-static/index.js
web-static/js/passport/entry.js
web-static/index.js
View file @
c585289
...
...
@@ -4,5 +4,6 @@ require('./js/common');
require
(
'./js/product/entry'
);
require
(
'./js/home/entry'
);
require
(
'./js/passport/entry'
);
module
.
exports
=
webYohobuy
;
...
...
web-static/js/passport/entry.js
0 → 100644
View file @
c585289
/*
* 密码中心打包入口文件
*/
require
(
'./reg'
);
require
(
'./back'
);
require
(
'./login'
);
require
(
'./reset'
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment