Authored by 郝肖肖

品牌介绍配置

@@ -41,11 +41,11 @@ routes.brandabout.route.controller = Index @@ -41,11 +41,11 @@ routes.brandabout.route.controller = Index
41 routes.brandabout.route.action = About 41 routes.brandabout.route.action = About
42 42
43 ;aboutShop(品牌介绍) 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 44 +routes.aboutShop.type = "rewrite"
  45 +routes.aboutShop.match = "/aboutShop"
  46 +routes.aboutShop.route.module = Product
  47 +routes.aboutShop.route.controller = Index
  48 +routes.aboutShop.route.action = aboutShop
49 49
50 ; 商品详情 50 ; 商品详情
51 routes.item.type = "regex" 51 routes.item.type = "regex"