From b5deaea56f6e009bae746b8b36508ee71be70e73 Mon Sep 17 00:00:00 2001 From: orgin Date: Fri, 15 Dec 2023 09:14:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=A6=BB=E7=BA=BF=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/config.js b/public/static/config.js index 234085a..627d82b 100644 --- a/public/static/config.js +++ b/public/static/config.js @@ -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' } \ No newline at end of file