Commit 3252e9714d5a6d27a2999df6d4e7e908b54f43ee
1 parent
b52f0961
fix():1、修改播放器窗口按钮位置、自定义加载页面
2、修改轮播列表选择车辆和通道懒加载问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/vmanager/user/UserController.java
| @@ -77,7 +77,7 @@ public class UserController { | @@ -77,7 +77,7 @@ public class UserController { | ||
| 77 | String token = map.get("token"); | 77 | String token = map.get("token"); |
| 78 | if (token != null) { | 78 | if (token != null) { |
| 79 | String sysCode = "SYSUS004"; | 79 | String sysCode = "SYSUS004"; |
| 80 | - String url = "http://10.0.0.16:9109/system/utilitySystem/checkToken"; | 80 | + String url = "http://10.10.2.23:8112/prod-api/system/utilitySystem/checkToken"; |
| 81 | // //根据自己的网络环境自行选择访问方式 | 81 | // //根据自己的网络环境自行选择访问方式 |
| 82 | // //外网ip http://118.113.164.50:8112 | 82 | // //外网ip http://118.113.164.50:8112 |
| 83 | // /prod-api/system/utilitySystem/checkToken | 83 | // /prod-api/system/utilitySystem/checkToken |