chore(maps): display position in DMS

This commit is contained in:
Tran Anh Tuan
2025-10-08 09:38:54 +07:00
parent 28739ddcd9
commit 65f9468bbd
6 changed files with 23 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
const proxy: Record<string, any> = {
dev: {
'/api': {
target: 'http://192.168.30.102:81',
target: 'http://192.168.30.85:9001',
changeOrigin: true,
},
},