Browse Source

wip:删除app seo路由

wangkaiyue 1 year ago
parent
commit
8e630580c9
1 changed files with 1 additions and 1 deletions
  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"`