fix:修改文件夹名称 解决打包错误的问题

This commit is contained in:
zhangyu
2022-08-12 09:31:25 +08:00
parent 129fcccdd6
commit 8d711da2cf
21839 changed files with 1 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ export default {
const z = urlParams[urlParams.length - 3]
const x = urlParams[urlParams.length - 2]
const y = urlParams[urlParams.length - 1]
const newUrl1 = `nzMap://static/maplibreTitles/${z}/${x}/${y}.pbf`
const newUrl1 = `nzMap://static/Titles/${z}/${x}/${y}.pbf`
return {
url: newUrl1,
credentials: 'include',

Some files were not shown because too many files have changed in this diff Show More