From f7006e4881b176c12e3ba07af7025b0ef4a1508c Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 15 六月 2022 14:55:33 +0800 Subject: [PATCH] 修复播放中zlm离线导致的bye发送失败 --- web_src/src/components/dialog/getCatalog.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_src/src/components/dialog/getCatalog.vue b/web_src/src/components/dialog/getCatalog.vue index a146889..62bacdb 100644 --- a/web_src/src/components/dialog/getCatalog.vue +++ b/web_src/src/components/dialog/getCatalog.vue @@ -119,12 +119,10 @@ if (res.data.code === 0) { this.platformName = res.data.data.name; this.defaultCatalogId = res.data.data.catalogId; + this.defaultCatalogIdSign = res.data.data.catalogId; + this.chooseId = res.data.data.catalogId; resolve([ - { - name: "鏈垎閰�", - id: null, - type: -1 - },{ + { name: this.platformName, id: this.platformId, type: 0 -- Gitblit v1.8.0