Commit e894f7f9a98611bade82948b6882a51978be1ee6

Authored by Yang Wen
1 parent 24c0c488

权限没有拦截到

toll/conf-test/manage.properties
... ... @@ -8,10 +8,11 @@ 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
  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
12 12 #是否必须在HTML框架内
13 13 manage.mustIframe=false
14 14  
  15 +
15 16 # redis
16 17 redis.host1=10.28.10.168
17 18 redis.port1=6379
18 19 \ No newline at end of file
... ...