格式统一
parent
97a17d0849
commit
68326716f8
|
@ -16,7 +16,7 @@ public class VideoManagerConstants {
|
|||
|
||||
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_";
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ export default {
|
|||
|
||||
this.$axios({
|
||||
method: 'get',
|
||||
url:"/api/user/login",
|
||||
url:"/api/user/login",
|
||||
params: loginParam
|
||||
}).then(function (res) {
|
||||
console.log(JSON.stringify(res));
|
||||
|
|
|
@ -156,7 +156,7 @@ export default {
|
|||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue