Commit c15ec4057d0c2e90687822d83a28ffc29286a4a0
1 parent
c5912ff0
修改域名
Showing
1 changed file
with
4 additions
and
2 deletions
fee/conf-test/manage.properties
1 | # 后台权限系统域名 | 1 | # 后台权限系统域名 |
2 | #manage.domain=http://manage.dili.com:81/ | 2 | #manage.domain=http://manage.dili.com:81/ |
3 | -manage.domain=http://mg.nong12.com/ | 3 | +manage.domain=http://sfymg.nong12.com/ |
4 | #是否开启过滤 | 4 | #是否开启过滤 |
5 | manage.enable=true | 5 | manage.enable=true |
6 | # 限制唯一user登陆 | 6 | # 限制唯一user登陆 |
@@ -8,8 +8,10 @@ manage.userLimitOne=false | @@ -8,8 +8,10 @@ manage.userLimitOne=false | ||
8 | #包含列表 | 8 | #包含列表 |
9 | manage.includes=^/.*\.do,^/.*$ | 9 | manage.includes=^/.*\.do,^/.*$ |
10 | #排除列表 | 10 | #排除列表 |
11 | -manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/static/.*$,^/api/.*,/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,^/weightBizBill/download,^/entranceFeeBill/download,^/passport/exportExcel,^/labor/exportExcel | 11 | +#manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/static/.*$,^/api/.*,/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,^/weightBizBill/download,^/entranceFeeBill/download,^/passport/exportExcel,^/labor/exportExcel |
12 | #是否必须在HTML框架内 | 12 | #是否必须在HTML框架内 |
13 | +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/static/.*$,/report/download,/customer/upload,/customer/uploadImg,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.*,^/m/login*,^/labor/feeCalculate.js,^/chargeEasy/exportDetail,^/chargeEasy/exportStatistics,^/api/chargeEasy/.*,^/api/feeItem/.*,^/api/cardPay/.*,^/api/version/.* | ||
14 | +#\u662F\u5426\u5FC5\u987B\u5728HTML\u6846\u67B6\u5185 | ||
13 | manage.mustIframe=false | 15 | manage.mustIframe=false |
14 | 16 | ||
15 | 17 |