Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
xuqi
2015-12-10 09:54:33 +0800
Commit
b83d7ebc2706057699e7c522df6f38e2be3b5f4e
1 parent
3e523292
passport login pre build
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
template/www.yohobuy.com/actions/passport/login/index.phtml
web-static/js/passport/login.js
web-static/sass/passport/_login.scss
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
template/www.yohobuy.com/actions/passport/login/index.phtml
0 → 100644
View file @
b83d7eb
I am login
\ No newline at end of file
...
...
web-static/js/passport/login.js
0 → 100644
View file @
b83d7eb
web-static/sass/passport/_login.scss
0 → 100644
View file @
b83d7eb
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
0 → 100644
View file @
b83d7eb
<?php
use
Action\AbstractAction
;
class
LoginController
extends
AbstractAction
{
/**
* 登录页
*/
public
function
indexAction
()
{
$this
->
_view
->
display
(
'index'
);
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment