feat: 添加语音盒子在线烧录功能

This commit is contained in:
zhuoqinglian
2026-01-23 15:29:43 +08:00
parent b78292b270
commit 974fe6c3b7
6 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ module.exports = defineConfig({
port: 8001, // 指定端口为 8001
proxy: {
'/xiaozhi': {
target: 'http://127.0.0.1:8002',
target: 'http://test.aiot.xin-nan.com',
changeOrigin: true
}
},