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

4
public/config/config.js Normal file
View File

@ -0,0 +1,4 @@
window.config = {
// baseUrl: 'http://192.168.3.35:8381',
baseUrl: '/api'
}