Commit c1d8e7d5 by liuguorong93

电子沙盘url

parent c9bef444
......@@ -89,5 +89,7 @@ var configMapBox = {
"visibility": "private",
"draft": false,
"glyphs": "http://11.33.4.2/mvt-style/fonts/{fontstack}/{range}.pbf"
}
},
// 电子沙盘url
poDogElectronUrl: '',
}
......@@ -127,6 +127,6 @@ var configMapBox = {
'sprite': spriteUrl,
'glyphs': glyphsUrl
},
// 广州
// guangzhouStyleUrl: 'http://172.18.71.238:8088/vtserver/styles/guangzhou_bai.json',
// 电子沙盘url
poDogElectronUrl: 'http://59.109.37.252/gisSandboxWeb/#/login',
}
......@@ -122,6 +122,10 @@ export default {
this.defaultActive = strName || this.$route.name;
},
menuSelect(name) {
if (name === "poDogElectron") {
window.open(configMapBox.poDogElectronUrl);
return;
}
this.$router.push({ name: name });
},
},
......
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