@@ -66,6 +66,8 @@ export default {
// this.enterListen();
this.$set(this, 'dock_id', this.$route.query.id);
this.search();
+ },
+ async mounted() {
this.channel();
},
methods: {
@@ -42,7 +42,7 @@ export default {
};
created() {},
- mounted() {
@@ -88,7 +88,7 @@ export default {
this.$set(this, `num`, this.$route.query.num);
this.onMessage();
@@ -63,7 +63,7 @@ export default {
async created() {
this.changeMenu(num, newarr);
this.channelvideo();
computed: {
@@ -383,7 +383,7 @@ export default {
await this.searchInfo();
await this.seachtVideo();
@@ -61,7 +61,7 @@ export default {
@@ -44,7 +44,7 @@ export default {
@@ -43,7 +43,7 @@ export default {
@@ -52,7 +52,7 @@ export default {
this.$set(this, 'dock_id', '123456');
@@ -39,7 +39,7 @@ export default {
created() {
@@ -26,15 +26,15 @@ module.exports = {
ws: true,
'/files': {
- target: 'http://free.liaoningdoupo.com',
+ target: 'http://broadcast.waityou24.cn/',
'/api': {
changeOrigin: true,
'/ws': {