Commit d30415ec90d483a9631475e0337c7cd920a22017
1 parent
8328c1ef
修改
Showing
1 changed file
with
4 additions
and
1 deletions
toll/conf-test/manage.properties
... | ... | @@ -8,10 +8,12 @@ manage.userLimitOne=false |
8 | 8 | #包含列表 |
9 | 9 | manage.includes=^/.*\.do,^/.*$ |
10 | 10 | #排除列表 |
11 | -manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/static/.*$,/report/download,/customer/upload | |
11 | +#manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/static/.*$,/report/download,/customer/upload | |
12 | +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/static/.*$,/report/download,/customer/upload,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.* | |
13 | + | |
12 | 14 | #是否必须在HTML框架内 |
13 | 15 | manage.mustIframe=false |
14 | 16 | |
15 | 17 | # redis |
16 | 18 | redis.host1=10.28.10.168 |
17 | 19 | -redis.port1=6379 |
20 | +redis.port1=6379 | |
18 | 21 | \ No newline at end of file | ... | ... |