Browse Source

修复 bug

weiximei 6 years ago
parent
commit
d9c70ffd2f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CODE/smart-community/zuul/src/main/resources/parametes.properties

+ 1
- 1
CODE/smart-community/zuul/src/main/resources/parametes.properties View File

@@ -1,3 +1,3 @@
1 1
 security.noneSercurityPath=/**/user/login/**,/**/user/register/**,/**/banners/**,/**/banner/**,/**/code/sendCode/**,/**/authentication/require/**,/**/operate-api/**,/**/v2/api-docs/**,/**/configuration/ui/**,/**/swagger-resources/**,/**/configuration/security/**,/**/swagger-ui.html/**,/**/webjars/**,/**/swagger-resources/configuration/ui/**,/**/swagger-ui.html/**
2 2
 #security.noneSercurityPath=/**
3
-#security.appSercurityPath=OWNER=/**/app-api/**,TENANT=/**/app-api/**,RELATION=/**/app-api/**
3
+security.appSercurityPath=OWNER=/**/app-api/**,TENANT=/**/app-api/**,RELATION=/**/app-api/**