Browse Source

feat:xiugai

wangchuanjin 4 weeks ago
parent
commit
02dfb168db
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 (