lrf 2 سال پیش
والد
کامیت
63b902b04f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/z_router/view/goods.js

+ 1 - 0
app/z_router/view/goods.js

@@ -7,6 +7,7 @@ const rkey = 'viewGoods';
 const ckey = 'view.goods';
 const keyZh = '商品相关视图';
 const routes = [
+  { method: 'get', path: `${rkey}/iatg`, controller: `${ckey}.iatg`, name: `${ckey}iatg`, zh: '首页活动标签商品' },
   { method: 'post', path: `${rkey}/goodsDetail`, controller: `${ckey}.goodsDetail`, name: `${ckey}GoodsDetail`, zh: '商品页' },
   { method: 'get', path: `${rkey}/indexGoodsList`, controller: `${ckey}.indexGoodsList`, name: `${ckey}indexGoodsList`, zh: '首页商品列表' },
 ];