JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_开发录音组件,替换老组件功能

This commit is contained in:
田岩
2026-03-05 09:01:12 +08:00
parent 015af519fb
commit c1e7d0de47
3 changed files with 20 additions and 21 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const IsAndEnv = getPhoneEnvBool('AND')
// 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 = 'ws://10.10.10.8:8000/ws/asr';
export const wsUrl = _baseUrl + url + '?summary=' + getToken();
// export const wsUrl = 'ws://10.10.10.8:8000/ws/asr';
const windowInfo = uni.getWindowInfo();
// 安全区域信息
const safeArea = windowInfo.safeArea;