Commit 0d86930a4d929d0c6d74a349ead2f149b7cb6ead
1 parent
b3d78433
修改ignorePattern参数
Showing
1 changed file
with
1 additions
and
1 deletions
gateway.yml
| @@ -80,4 +80,4 @@ cas: | @@ -80,4 +80,4 @@ cas: | ||
| 80 | encoding: UTF-8 | 80 | encoding: UTF-8 |
| 81 | casServerUrlPrefix: https://cas.gaoxiaobang.com/ | 81 | casServerUrlPrefix: https://cas.gaoxiaobang.com/ |
| 82 | casServerLoginUrl: https://cas.gaoxiaobang.com/login | 82 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 83 | - ignorePattern: (^(/mvc/goto/)|(\\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) | ||
| 84 | \ No newline at end of file | 83 | \ No newline at end of file |
| 84 | + ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) | ||
| 85 | \ No newline at end of file | 85 | \ No newline at end of file |