소스 검색

Merge branch 'feature/v4.8.51_wky' of qmx/jy into feature/v4.8.51

wangkaiyue 1 년 전
부모
커밋
9af7f0d7c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"`