Merge pull request #2897 from xinnan-tech/fix-path

fix: 修复项目访问地址
This commit is contained in:
hrz
2026-01-26 15:07:47 +08:00
committed by GitHub
+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
}
},