fix: 修复项目访问地址

This commit is contained in:
zhuoqinglian
2026-01-26 15:06:05 +08:00
parent 344729c9a6
commit 206af1c074
+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
}
},