|
@@ -104,7 +104,7 @@ export default {
|
|
|
// console.log(this.options)
|
|
|
|
|
|
let map_option=this.options
|
|
|
- console.log(map_option)
|
|
|
+ // console.log(map_option)
|
|
|
let myChartChina = this.$echarts.init(document.getElementById('myChartChina')) //这里是为了获得容器所在位置
|
|
|
window.onresize = myChartChina.resize;
|
|
|
myChartChina.setOption(map_option)
|
|
@@ -142,7 +142,7 @@ export default {
|
|
|
// });
|
|
|
},
|
|
|
loadBdScript(url, callback) {
|
|
|
- console.log(url)
|
|
|
+ // console.log(url)
|
|
|
var script = document.createElement("script")
|
|
|
script.type = "text/javascript";
|
|
|
if (script.readyState){ //IE
|