Showing
1 changed file
with
3 additions
and
0 deletions
@@ -95,6 +95,9 @@ class Bootstrap extends Bootstrap_Abstract | @@ -95,6 +95,9 @@ class Bootstrap extends Bootstrap_Abstract | ||
95 | $module = 'Product'; | 95 | $module = 'Product'; |
96 | $controller = 'Sale'; | 96 | $controller = 'Sale'; |
97 | break; | 97 | break; |
98 | + case 'shop': | ||
99 | + $module = 'Shop'; | ||
100 | + break; | ||
98 | case 'item'://商品详情页 | 101 | case 'item'://商品详情页 |
99 | $module = 'Product'; | 102 | $module = 'Product'; |
100 | $controller = 'Item'; | 103 | $controller = 'Item'; |
-
Please register or login to post a comment