Commit 42de05ec6ebdfb19647efa1129bfbabea06c491b
1 parent
b53313e2
修改分页无法选择条数
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/resources/application-test.properties
| ... | ... | @@ -74,11 +74,11 @@ sso.http.url.auth= https://112.64.45.51/information/authenticate/authorityAuthen |
| 74 | 74 | |
| 75 | 75 | wvp.login.user=admin |
| 76 | 76 | wvo.login.pwd=e9bc0e13a8a16cbb07b175d92a113126 |
| 77 | -wvp.login.url=http://127.0.0.1:18080/api/user/login | |
| 78 | -wvp.channel.list.url=http://127.0.0.1:18080/api/device/query/query/channel/carNo/{carNo} | |
| 79 | -wvp.channel.list.img.url=http://127.0.0.1:18080/api/device/query/snap/ | |
| 80 | -wvp.channel.play.url =http://192.168.169.100:1091/rtp/ | |
| 81 | -wvp.channel.history.list.url=http://127.0.0.1:18080/api/gb_record/query/{device}/{channel}?startTime={startTimeStr}&endTime={endTimeStr} | |
| 77 | +wvp.login.url=http://61.169.120.202:28080/api/user/login | |
| 78 | +wvp.channel.list.url=http://61.169.120.202:28080/api/device/query/query/channel/carNo/{carNo} | |
| 79 | +wvp.channel.list.img.url=http://61.169.120.202:28080/api/device/query/snap/ | |
| 80 | +wvp.channel.play.url =http://61.169.120.202:1091/rtp/ | |
| 81 | +wvp.channel.history.list.url=http://61.169.120.202:28080/api/gb_record/query/{device}/{channel}?startTime={startTimeStr}&endTime={endTimeStr} | |
| 82 | 82 | |
| 83 | 83 | #客流图像 |
| 84 | 84 | passengerFlow.url = http://58.247.254.118:9999/images/ | ... | ... |