Commit cfe706649ff02496a3b2d9d50dbd1af8856821a1
1 parent
00da633e
调整登录过滤路径
Showing
1 changed file
with
2 additions
and
2 deletions
gateway.yml
| ... | ... | @@ -210,7 +210,7 @@ cas: |
| 210 | 210 | casServerUrlPrefix: https://cas.gaoxiaobang.com/ |
| 211 | 211 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 212 | 212 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 213 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health) | |
| 213 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 214 | 214 | |
| 215 | 215 | tenant: |
| 216 | 216 | tenantId: 991 |
| ... | ... | @@ -320,7 +320,7 @@ cas: |
| 320 | 320 | casServerUrlPrefix: http://cas/ |
| 321 | 321 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 322 | 322 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 323 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health) | |
| 323 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 324 | 324 | |
| 325 | 325 | tenant: |
| 326 | 326 | tenantId: 991 | ... | ... |