add 道路分析接口获取数据

This commit is contained in:
gcw_IJ7DAiVL
2025-11-18 16:01:57 +08:00
parent 1c76c7d23c
commit 2e606513f5
9 changed files with 855 additions and 1016 deletions

View File

@ -41,6 +41,16 @@ module.exports = defineConfig({
// },
// })
},
devServer: {
client: { overlay: false },
proxy: {
'/api': {
target: 'http://192.168.3.35:8381',
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
},
},
css: {
/* 你的 px-to-viewport 配置不动 */