From 620270e2d685966dd024367e8773d83e3f70852f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 4 Mar 2026 09:19:16 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5F=E7=BB=A7=E7=BB=AD=E5=BC=80=E5=8F=91=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E6=8C=89=E9=92=AE3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/touch-btn/touch-btn.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/touch-btn/touch-btn.ts b/src/components/touch-btn/touch-btn.ts index b3a1d661..2bda168d 100644 --- a/src/components/touch-btn/touch-btn.ts +++ b/src/components/touch-btn/touch-btn.ts @@ -7,9 +7,9 @@ const IsAndEnv = getPhoneEnvBool('AND') // const url = '/traapp/voiceTransSocket/open'; // const url = '/traapp/asrAiModelSocket/open'; const url = '/traapp/asrAiModelSocket/open'; -// const _baseUrl = get_base_url(url).split('http').join('ws'); -// export const wsUrl = _baseUrl + url + '?summary=' + getToken(); -export const wsUrl = 'wss://ty_chat_test.home.tymas.cn:8000/ws/audio'; +const _baseUrl = get_base_url(url).split('http').join('ws'); +export const wsUrl = _baseUrl + url + '?summary=' + getToken(); +// export const wsUrl = 'wss://ty_chat_test.home.tymas.cn:8000/ws/audio'; const windowInfo = uni.getWindowInfo(); // 安全区域信息 const safeArea = windowInfo.safeArea;