diff --git a/public/css/sichuanTibet.css b/public/css/sichuanTibet.css index 356af84..b287e49 100644 --- a/public/css/sichuanTibet.css +++ b/public/css/sichuanTibet.css @@ -376,7 +376,7 @@ body::-webkit-scrollbar{ position: absolute; top: 880px; padding: 10px 40px; - background: url("../images/ai/branch_btn_bgd.png") no-repeat center/100% 100%; + background: url("../images/branch_btn_bgd.png") no-repeat center/100% 100%; color: #c8d7fe; cursor: pointer; z-index: 999; @@ -1057,7 +1057,7 @@ body::-webkit-scrollbar{ .sf-equipment-overview-bgd{ height: 240px; width: 400px; - background: url("../images/ai/tower_crane.png") no-repeat center/100% 100%; + background: url("../images/tower_crane.png") no-repeat center/100% 100%; position: relative; margin: auto; } @@ -1098,7 +1098,7 @@ body::-webkit-scrollbar{ .sf-hook{ width: 16px; height: 30px; - background: url("../images/ai/drag_hook.png") no-repeat center/100% 100%; + background: url("../images/drag_hook.png") no-repeat center/100% 100%; } .circular{ position: absolute; @@ -1106,12 +1106,12 @@ body::-webkit-scrollbar{ height: 120px; bottom: 15px; right: 15px; - background: url("../images/ai/circular.png") no-repeat center/100% 100%; + background: url("../images/circular.png") no-repeat center/100% 100%; } .needle{ width: 100%; height: 100%; - background: url("../images/ai/needle.png") no-repeat center/100% 100%; + background: url("../images/needle.png") no-repeat center/100% 100%; transform:rotate(0deg); } .dot-track{ diff --git a/public/images/data/excavation-01.jpg b/public/images/data/excavation-01.jpg new file mode 100644 index 0000000..38b5c0f Binary files /dev/null and b/public/images/data/excavation-01.jpg differ diff --git a/public/index.html b/public/index.html index d6e7a6b..6209fc1 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - + diff --git a/src/components/classify-bar.js b/src/components/classify-bar.js index 339b64c..b84e552 100644 --- a/src/components/classify-bar.js +++ b/src/components/classify-bar.js @@ -40,7 +40,9 @@ Vue.component("classify-bar", { //然后异步执行echarts的初始化函数 newPromise.then(() => { - + if(data.length==0){ + return; + } var max = data[0].total var nameData = []; var totalData = [] diff --git a/src/components/header.vue b/src/components/header.vue index 18231f3..37b0433 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -27,10 +27,7 @@ - - +