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
whb
9 years ago
Commit
072f846ba4b8944dbe6a640d39fe9b8d582b8216
1 parent
7275e828
index.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
33 deletions
yohobuy/www.yohobuy.com/configs/routes.index.ini
yohobuy/www.yohobuy.com/configs/routes.index.ini
View file @
072f846
;woman首页
routes.girlindex.type
=
"rewrite"
routes.girlindex.match
=
"/woman"
routes.girlindex.route.module
=
Index
routes.girlindex.route.controller
=
Girls
routes.girlindex.route.action
=
index
;验证码
routes.passportimage.type
=
"rewrite"
routes.passportimage.match
=
"/passport/images"
routes.passportimage.route.module
=
Passport
routes.passportimage.route.controller
=
Images
routes.passportimage.route.action
=
index
; 登录页
routes.login.type
=
"rewrite"
routes.login.match
=
"/signin.html"
routes.login.route.module
=
Passport
routes.login.route.controller
=
Login
routes.login.route.action
=
Index
; 登录退出页
routes.logout.type
=
"rewrite"
routes.logout.match
=
"/logout.html"
routes.logout.route.module
=
Passport
routes.logout.route.controller
=
Login
routes.logout.route.action
=
Out
; 注册页
routes.reg.type
=
"rewrite"
routes.reg.match
=
"/reg.html"
routes.reg.route.module
=
Passport
routes.reg.route.controller
=
Register
;默认首页
routes.index.type
=
"rewrite"
routes.index.match = "/index.html"
routes.index.route.module
=
Index
routes.index.route.controller
=
Index
routes.index.route.action
=
Index
;woman首页
routes.girlindex.type
=
"rewrite"
routes.girlindex.match = "/woman"
routes.girlindex.route.module
=
Index
routes.girlindex.route.controller
=
Girls
routes.girlindex.route.action
=
index
;验证码
routes.passportimage.type
=
"rewrite"
routes.passportimage.match = "/passport/images"
routes.passportimage.route.module
=
Passport
routes.passportimage.route.controller
=
Images
routes.passportimage.route.action
=
index
; 登录页
routes.login.type
=
"rewrite"
routes.login.match = "/signin.html"
routes.login.route.module
=
Passport
routes.login.route.controller
=
Login
routes.login.route.action
=
Index
; 登录退出页
routes.logout.type
=
"rewrite"
routes.logout.match = "/logout.html"
routes.logout.route.module
=
Passport
routes.logout.route.controller
=
Login
routes.logout.route.action
=
Out
; 注册页
routes.reg.type
=
"rewrite"
routes.reg.match = "/reg.html"
routes.reg.route.module
=
Passport
routes.reg.route.controller
=
Register
routes.reg.route.action
=
Index
\ No newline at end of file
...
...
Please
register
or
login
to post a comment