地图选点

This commit is contained in:
yanran200730
2022-03-09 13:48:22 +08:00
parent 65270c3c81
commit 5d707cb333
4 changed files with 168 additions and 22 deletions

View File

@@ -41,6 +41,15 @@
"pathRewrite": {
"^/online": "/"
}
},
"/tmap": {
"target": "https://apis.map.qq.com",
"changeOrigin": true,
"secure": false,
"ws": true,
"pathRewrite": {
"^/tmap": ""
}
}
}
},
@@ -58,4 +67,4 @@
}
}
}
}
}