Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-17 14:14:38 +0800
Commit
6e52c4fd57f146594dcc79f14810212473dd510d
1 parent
ec26fe97
update to include bind js. code review by hongfei
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/js/passport/entry.js
static/js/passport/entry.js
View file @
6e52c4f
...
...
@@ -19,3 +19,9 @@ require('./back/code');
require
(
'./back/email'
);
require
(
'./back/email-success'
);
require
(
'./back/new-password'
);
//绑定手机
require
(
'./bind/bind'
);
require
(
'./bind/code'
);
require
(
'./bind/password'
);
...
...
Please
register
or
login
to post a comment