Browse Source

描述文本错误BUG修复

Koishi 3 years ago
parent
commit
5a6cda1080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/WindSite/pages/Home/Home.vue

+ 1 - 1
src/views/WindSite/pages/Home/Home.vue

@@ -936,7 +936,7 @@ export default {
               value: [],
             },
             {
-              title: "风速",
+              title: that.resCode.indexOf("FDC") !== -1 ? "风速" : "日照",
               yAxisIndex: 0,
               value: [],
             },