Browse Source

fix:新增地址跳过登录

duxin 1 năm trước cách đây
mục cha
commit
361318f7d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/jfw/modules/app/src/app/filter/loginfilter.go

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

@@ -33,7 +33,7 @@ var urls = []*regexp.Regexp{
 	regexp.MustCompile("^/jyapp/big/page/ent_portrait_change$"),
 	regexp.MustCompile("^/jyapp/s/.*"),
 	regexp.MustCompile("^/jySchool/.*"),
-	regexp.MustCompile("^/jySite/.*"),
+	regexp.MustCompile("^/(jySite|jyblog)/.*"),
 	regexp.MustCompile("^/jyapp/initialize/whiteList"),
 	regexp.MustCompile("^/jyapp/transit/.*"),
 	regexp.MustCompile("^/jyapp/new/.*"),