fix:离线地图地址

This commit is contained in:
orgin 2023-12-15 09:14:09 +08:00
parent a05bd68fc0
commit b5deaea56f

View File

@ -9,5 +9,5 @@ window._CONFIG = {
//文件预览路径
VUE_APP_ONLINE_BASE_URL: '',
// 离线地图
VUE_APP_MAP_BASE_URL_OFFLINE: 'http://localhost:8001/map/{z}/{x}{y}.jpg'
VUE_APP_MAP_BASE_URL_OFFLINE: 'http://localhost:8001/map/{z}/{x}/{y}.jpg'
}