Commit 68326716f83a4e0b361d1b1d777d9a48ba7c857a
1 parent
97a17d08
格式统一
Showing
3 changed files
with
3 additions
and
3 deletions
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
| ... | ... | @@ -16,7 +16,7 @@ public class VideoManagerConstants { |
| 16 | 16 | |
| 17 | 17 | public static final String CACHEKEY_PREFIX = "VMP_channel_"; |
| 18 | 18 | |
| 19 | - public static final String KEEPLIVEKEY_PREFIX = "VMP_KEEPLIVE_"; | |
| 19 | + public static final String KEEPLIVEKEY_PREFIX = "VMP_keeplive_"; | |
| 20 | 20 | |
| 21 | 21 | public static final String PLAYER_PREFIX = "VMP_player_"; |
| 22 | 22 | ... | ... |
web_src/src/components/Login.vue
web_src/src/components/ParentPlatformList.vue
| ... | ... | @@ -156,7 +156,7 @@ export default { |
| 156 | 156 | |
| 157 | 157 | this.$axios({ |
| 158 | 158 | method: 'get', |
| 159 | - url:`/api/platform/query/${that.count}/${that.currentPage}` | |
| 159 | + url:`/api/platform/query/${that.count}/${that.currentPage}` | |
| 160 | 160 | }).then(function (res) { |
| 161 | 161 | that.total = res.data.total; |
| 162 | 162 | that.platformList = res.data.list; | ... | ... |