Authored by whb

添加shop

... ... @@ -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';
... ...