...
|
...
|
@@ -8,6 +8,7 @@ |
|
|
|
|
|
<script>
|
|
|
const bus = require('common/vue-bus');
|
|
|
const channelMap = {};
|
|
|
|
|
|
module.exports = {
|
|
|
props: {
|
...
|
...
|
@@ -29,8 +30,6 @@ |
|
|
$.ajax({
|
|
|
url: '/channel/channel.json'
|
|
|
}).then(res => {
|
|
|
const channelMap = {};
|
|
|
|
|
|
if (res.code === 200) {
|
|
|
const channel = [];
|
|
|
|
...
|
...
|
|