Commit 430d6399a06b5f391e068cb7d7d3ff24ba9ce2bc
1 parent
9eaedbb9
增加排除列表内容
Showing
1 changed file
with
2 additions
and
1 deletions
toll/conf-test/manage.properties
... | ... | @@ -8,7 +8,8 @@ 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,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.*,^/m/login*,^/boothLease/exportExcel,^/lodgingLease/exportExcel,^/labor/feeCalculate.js | |
11 | +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/static/.*$,/report/download,/customer/upload,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.*,^/m/login*,^/boothLease/exportExcel,^/stockOut/exportExcel,^/stockIn/download,^/stockInDetail/download,^/locationLease/exportExcel,^/lodgingLease/exportExcel,^/labor/feeCalculate.js | |
12 | + | |
12 | 13 | #是否必须在HTML框架内 |
13 | 14 | manage.mustIframe=false |
14 | 15 | ... | ... |