Browse Source

Merge branch 'feature/v4.8.51' into dev/v4.8.51_rjj

renjiaojiao 1 năm trước cách đây
mục cha
commit
4a3a2745b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/jfw/modules/app/src/app/front/tags.go

+ 1 - 1
src/jfw/modules/app/src/app/front/tags.go

@@ -45,7 +45,7 @@ const (
 
 type Tags struct {
 	*xweb.Action
-	tagsIndex     xweb.Mapper `xweb:"/jyapp/s/(\\w+)/(\\w+)/(\\w+).html"`
+	//tagsIndex     xweb.Mapper `xweb:"/jyapp/s/(\\w+)/(\\w+)/(\\w+).html"`
 	isLogin       xweb.Mapper `xweb:"/jyapp/free/isLogin"`
 	strategyIndex xweb.Mapper `xweb:"/jySchool/strategy"`
 	class         xweb.Mapper `xweb:"/jySchool/(.*)/index([^.]*).html"`