feat:支持语音

This commit is contained in:
liqupan
2025-11-29 00:18:09 +08:00
parent 6087a3f195
commit 792fa980f9
5 changed files with 701 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
// API配置统一管理
export const API_CONFIG = {
// 基础API地址
BASE_URL: 'https://api.aixsy.com.cn',
BASE_URL: 'http://192.168.3.13:8091',
// 其他服务地址(如果需要)
WEB_URL: 'https://www.aixsy.com.cn',