lawrencehj
2021-06-22 68326716f83a4e0b361d1b1d777d9a48ba7c857a
格式统一
3个文件已修改
6 ■■■■ 已修改文件
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/Login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/ParentPlatformList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/genersoft/iot/vmp/common/VideoManagerConstants.java
@@ -16,7 +16,7 @@
    public static final String CACHEKEY_PREFIX = "VMP_channel_";
    public static final String KEEPLIVEKEY_PREFIX = "VMP_KEEPLIVE_";
    public static final String KEEPLIVEKEY_PREFIX = "VMP_keeplive_";
    public static final String PLAYER_PREFIX = "VMP_player_";
web_src/src/components/Login.vue
@@ -80,7 +80,7 @@
      this.$axios({
          method: 'get',
          url:"/api/user/login",
        url:"/api/user/login",
        params: loginParam
      }).then(function (res) {
        console.log(JSON.stringify(res));
web_src/src/components/ParentPlatformList.vue
@@ -156,7 +156,7 @@
      this.$axios({
          method: 'get',
          url:`/api/platform/query/${that.count}/${that.currentPage}`
        url:`/api/platform/query/${that.count}/${that.currentPage}`
      }).then(function (res) {
        that.total = res.data.total;
        that.platformList = res.data.list;