update:优化翻译

This commit is contained in:
hrz
2026-05-28 15:18:54 +08:00
parent 38958b2d06
commit 84187d4e68
8 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ module.exports = defineConfig({
port: 8001, // 指定端口为 8001
proxy: {
'/xiaozhi': {
target: 'http://test.aiot.xin-nan.com',
target: 'http://127.0.0.1:8002',
changeOrigin: true
}
},