2 Commits 893a9a72cf ... 1ded46df41

Author SHA1 Message Date
  wangchuanjin 1ded46df41 Merge branch 'feature/v4.10.19' of https://jygit.jydev.jianyu360.cn/qmx/jy into feature/v4.10.19 3 weeks ago
  wangchuanjin 02dfb168db feat:xiugai 3 weeks ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/front/front.go

+ 1 - 0
src/jfw/front/front.go

@@ -150,6 +150,7 @@ type Front struct {
 	reloadTo xweb.Mapper `xweb:"/front/reloadTo/(.*)"` //前端页面跳转
 	//根据广告位代码获取广告
 	getAdByCode xweb.Mapper `xweb:"/front/getAdByCode"`
+    introducePage xweb.Mapper `xweb:"/front/product/introduce/(.+).html"`
 }
 
 var (