add 道路分析接口获取数据
This commit is contained in:
@ -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 配置不动 */
|
||||
|
||||
Reference in New Issue
Block a user