| | |
| | |
|
| | | 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_";
|
| | |
|
| | |
| | | |
| | | this.$axios({ |
| | | method: 'get', |
| | | url:"/api/user/login", |
| | | url:"/api/user/login", |
| | | params: loginParam |
| | | }).then(function (res) { |
| | | console.log(JSON.stringify(res)); |
| | |
| | | |
| | | 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; |