地图跳转

parent e956c401
...@@ -121,7 +121,8 @@ export function navigationSelect(item) { ...@@ -121,7 +121,8 @@ export function navigationSelect(item) {
}; };
const a = document.createElement('a'); const a = document.createElement('a');
document.body.appendChild(a); document.body.appendChild(a);
console.log('a', a);
a.href = getMapScheme(to); a.href = getMapScheme(to);
a.click(); a.click();
href.value = getMapScheme(to);
} }
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