Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
whb
2016-04-28 14:32:05 +0800
Commit
58acc75bed14df8318a622d77ab41f60ac104068
1 parent
ecada214
添加shop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/Bootstrap.php
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
58acc75
...
...
@@ -95,6 +95,9 @@ class Bootstrap extends Bootstrap_Abstract
$module
=
'Product'
;
$controller
=
'Sale'
;
break
;
case
'shop'
:
$module
=
'Shop'
;
break
;
case
'item'
://
商品详情页
$module
=
'Product'
;
$controller
=
'Item'
;
...
...
Please
register
or
login
to post a comment