Browse Source

feat:采购单位画像权限

wangshan 2 years ago
parent
commit
915cb72581
1 changed files with 1 additions and 0 deletions
  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 {