support showing geolocation on map

This commit is contained in:
MaysWind
2023-05-14 22:33:37 +08:00
parent bd542ac308
commit 2ba143d6ea
14 changed files with 257 additions and 8 deletions
+4
View File
@@ -129,6 +129,10 @@ export default defineConfig(async () => {
'/api': {
target: 'http://127.0.0.1:8080/',
changeOrigin: true
},
'/proxy': {
target: 'http://127.0.0.1:8080/',
changeOrigin: true
}
}
},