Commit fe81f779 authored by xulili's avatar xulili

修改json引用路径

parent fe5e5a63
......@@ -221,7 +221,7 @@ export default {
return new Promise((resolve, reject) => {
axios({
method: "get",
url: `/static/feature/${adcode}_full.json`,
url: `static/feature/${adcode}_full.json`,
}).then((res) => {
let mapJson = {
features: res.data.features,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment