联调接口

This commit is contained in:
xuli3099
2025-08-12 13:43:21 +08:00
parent 74596473ab
commit f5717959ae
15 changed files with 293 additions and 114 deletions

View File

@@ -17,13 +17,15 @@ export default defineConfig({
},
},
server: {
host: '0.0.0.0', // 监听所有本地 IP
// port:9995,
https: false,//是否启动https
proxy: {
// 简单代理配置
'/api': {
target: 'http://localhost:3000', // 目标服务器地址
}
}
// proxy: {
// // 简单代理配置
// '/api': {
// target: 'http://localhost:3000', // 目标服务器地址
// }
// }
},