From cd6160deaaa0e0a67060a9f85039d1551266b404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Fri, 10 Oct 2025 15:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=BA=BF=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/api/ios.js | 6 + src/components/HostListManagerDialog.vue | 5 +- src/components/MultiLineInputDialog.vue | 38 +- src/stores/storage.js | 5 +- src/views/HomeView.vue | 12 +- src/views/VideoStream.vue | 635 +++++++++------ src/views/dfasd | 949 ----------------------- 8 files changed, 431 insertions(+), 1223 deletions(-) delete mode 100644 src/views/dfasd diff --git a/.env.development b/.env.development index 025ed70..29fd564 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ VUE_APP_BASE_LOCAL=http://127.0.0.1:34567/ # VUE_APP_BASE_LOCAL=http://192.168.1.209:34567/ # 业务后端(开发用内网地址) -# VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com -VUE_APP_BASE_REMOTE=http://192.168.1.144:8101/ +VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com +# VUE_APP_BASE_REMOTE=http://192.168.1.144:8101/ # AI 服务 VUE_APP_BASE_SPECIAL=https://ai.yolozs.com \ No newline at end of file diff --git a/src/api/ios.js b/src/api/ios.js index 1131a05..5496b92 100644 --- a/src/api/ios.js +++ b/src/api/ios.js @@ -50,6 +50,12 @@ export function monitorMessages(data) { export function passAnchorData(data) { return postAxios({ url: 'passAnchorData', data }) } +//联盟关注主播 +export function followAndGreetUnion(data) { + return postAxios({ url: 'followAndGreetUnion', data }) +} + + //追加主播 export function addTempAnchorData(data) { return postAxios({ url: 'addTempAnchorData', data }) diff --git a/src/components/HostListManagerDialog.vue b/src/components/HostListManagerDialog.vue index 41cad5f..120efb7 100644 --- a/src/components/HostListManagerDialog.vue +++ b/src/components/HostListManagerDialog.vue @@ -1,5 +1,6 @@