Showing
2 changed files
with
8 additions
and
1 deletions
@@ -276,7 +276,7 @@ class IndexController extends WebAction | @@ -276,7 +276,7 @@ class IndexController extends WebAction | ||
276 | 'shopBanner' => array( | 276 | 'shopBanner' => array( |
277 | 'banner' => $basisData['shopTopBanner_base']['banner'], // 2600x150 | 277 | 'banner' => $basisData['shopTopBanner_base']['banner'], // 2600x150 |
278 | 'shopHome' => Helpers::url('/', array('shopId' => $shopId), $domain), | 278 | 'shopHome' => Helpers::url('/', array('shopId' => $shopId), $domain), |
279 | - 'shopIntro' => Helpers::url('/aboutShop', array('shopId' => $shopId)), | 279 | + 'shopIntro' => Helpers::url('/aboutShop', array('shopId' => $shopId), $domain), |
280 | 'coled' => $shopIntro['isFavorite'], | 280 | 'coled' => $shopIntro['isFavorite'], |
281 | 'shopId' => $shopId | 281 | 'shopId' => $shopId |
282 | ), | 282 | ), |
@@ -40,6 +40,13 @@ routes.brandabout.route.module = Product | @@ -40,6 +40,13 @@ routes.brandabout.route.module = Product | ||
40 | routes.brandabout.route.controller = Index | 40 | routes.brandabout.route.controller = Index |
41 | routes.brandabout.route.action = About | 41 | routes.brandabout.route.action = About |
42 | 42 | ||
43 | +;aboutShop(品牌介绍) | ||
44 | +routes.brandabout.type = "rewrite" | ||
45 | +routes.brandabout.match = "/aboutShop" | ||
46 | +routes.brandabout.route.module = Product | ||
47 | +routes.brandabout.route.controller = Index | ||
48 | +routes.brandabout.route.action = aboutShop | ||
49 | + | ||
43 | ; 商品详情 | 50 | ; 商品详情 |
44 | routes.item.type = "regex" | 51 | routes.item.type = "regex" |
45 | routes.item.match = "#/product/pro_([0-9]+)_([0-9]+)/(.*)#" | 52 | routes.item.match = "#/product/pro_([0-9]+)_([0-9]+)/(.*)#" |
-
Please register or login to post a comment