소스 검색

Merge branch 'dev/v4.8.29_ws' of qmx/jy into feature/v4.8.29

fuwencai 2 년 전
부모
커밋
458fadf7c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/app/src/app/filter/loginfilter.go

+ 1 - 0
src/jfw/modules/app/src/app/filter/loginfilter.go

@@ -25,6 +25,7 @@ var urls = []*regexp.Regexp{
 	regexp.MustCompile("^/jyapp/structed/index"),
 	regexp.MustCompile("^/jyapp/exhibition/.*"),
 	regexp.MustCompile("^/jyapp/bank/scheme"),
+	regexp.MustCompile("^/jyapp/big/page/unit_portrayal"),
 }
 
 type loginFilter struct {