地图跳转

parent 9b614778
...@@ -121,8 +121,6 @@ export function navigationSelect(item) { ...@@ -121,8 +121,6 @@ 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();
} }
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