Commit 1e3a6e73e9358ab711d76c23df1f26a5af167b1d

Authored by Yang Wen
1 parent 430d6399

更新排除列表

toll/conf-test/manage.properties
... ... @@ -8,8 +8,7 @@ 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,^/stockOut/exportExcel,^/stockIn/download,^/stockInDetail/download,^/locationLease/exportExcel,^/lodgingLease/exportExcel,^/labor/feeCalculate.js
12   -
  11 +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/static/.*$,/report/download,/customer/upload,/customer/uploadImg,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.*,^/m/login*,^/boothLease/exportExcel,^/stockOut/exportExcel,^/stockIn/download,^/stockInDetail/download,^/locationLease/exportExcel,^/lodgingLease/exportExcel,^/labor/feeCalculate.js,^/meterDetail/exportExcel,^/otherFee/exportExcel
13 12 #是否必须在HTML框架内
14 13 manage.mustIframe=false
15 14  
... ...