Commit 430d6399a06b5f391e068cb7d7d3ff24ba9ce2bc

Authored by Yang Wen
1 parent 9eaedbb9

增加排除列表内容

toll/conf-test/manage.properties
@@ -8,7 +8,8 @@ manage.userLimitOne=false @@ -8,7 +8,8 @@ manage.userLimitOne=false
8 #包含列表 8 #包含列表
9 manage.includes=^/.*\.do,^/.*$ 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 #是否必须在HTML框架内 13 #是否必须在HTML框架内
13 manage.mustIframe=false 14 manage.mustIframe=false
14 15