Commit b50aaeaa3da7619e8a2e2ff740a45b04cd94854b
1 parent
f61a5e5f
域名
Showing
1 changed file
with
5 additions
and
3 deletions
easycharge_manager/manage.properties
1 | 1 | # 后台权限系统域名 |
2 | -manage.domain=http://mg.nong12.com | |
2 | +manage.domain=http://sfymg.nong12.com | |
3 | 3 | #是否开启过滤 |
4 | 4 | manage.enable=true |
5 | 5 | # 限制唯一user登陆 |
... | ... | @@ -7,10 +7,12 @@ manage.userLimitOne=false |
7 | 7 | #包含列表 |
8 | 8 | manage.includes=^$,^/$,^/.*\.do |
9 | 9 | #排除列表 |
10 | -manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,/dataAuth/refreshAuthData.* | |
10 | +#anage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,/dataAuth/refreshAuthData.* | |
11 | 11 | #是否必须在HTML框架内 |
12 | +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/.* | |
13 | +#\u662F\u5426\u5FC5\u987B\u5728HTML\u6846\u67B6\u5185 | |
12 | 14 | manage.mustIframe=true |
13 | 15 | |
14 | 16 | # redis |
15 | 17 | redis.host1=10.28.12.152 |
16 | -redis.port1=6379 | |
17 | 18 | \ No newline at end of file |
19 | +redis.port1=6379 | ... | ... |