Commit efd5b853591e8df75d3cf0719513cf25f3a5f954
1 parent
970ad44d
feat: can 排除 cloud-product
Showing
1 changed file
with
3 additions
and
3 deletions
gateway.yml
| ... | ... | @@ -119,7 +119,7 @@ cas: |
| 119 | 119 | casServerUrlPrefix: http://cas/ |
| 120 | 120 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 121 | 121 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 122 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token)|(/cloud-servic) | |
| 122 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(/cloud-product)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token)|(/cloud-servic) | |
| 123 | 123 | |
| 124 | 124 | tenant: |
| 125 | 125 | tenantId: 991 |
| ... | ... | @@ -225,7 +225,7 @@ cas: |
| 225 | 225 | casServerUrlPrefix: https://cas.gaoxiaobang.com/ |
| 226 | 226 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 227 | 227 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 228 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 228 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(/cloud-product)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 229 | 229 | |
| 230 | 230 | tenant: |
| 231 | 231 | tenantId: 991 |
| ... | ... | @@ -341,7 +341,7 @@ cas: |
| 341 | 341 | casServerUrlPrefix: http://cas/ |
| 342 | 342 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 343 | 343 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 344 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 344 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(/cloud-product)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 345 | 345 | |
| 346 | 346 | tenant: |
| 347 | 347 | tenantId: 991 | ... | ... |