Ver código fonte

1、增加数字孪生超链接
2、注掉埃肯横屏
3、隐藏故障诊断的菜单

chenminghua 2 anos atrás
pai
commit
51b5b5eb0c

+ 1 - 1
public/static/config/modeConfig.js

@@ -18,7 +18,7 @@ const adapterUrl = "http://10.155.32.4:8011/";
 // 切换模块时是否提示当前模块名称(用于对内介绍项目时便捷显示模块名称)
 const showModuleName = 0;
 
-if (localTest) {
+if (localTest) {   
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林
     // baseURL = "http://10.155.32.33:9001/" // 联机调试 - 谢生杰
     baseURL = "http://192.168.10.4:8082/" // 联机调试 - 王昌盛

+ 1 - 1
src/views/NewPages/iframe4.vue

@@ -36,7 +36,7 @@
     </div>
     <div class="iframe-4">
       <div class="iframe4-title">数字孪生</div>
-      <div class="iframe-4-body"></div>
+      <div class="iframe-4-body" @click="openUrl('http://10.155.32.28:9999/#/Warning')"></div>
     </div>
     <el-dialog
       top="50px"

+ 17 - 17
src/views/layout/Menu.vue

@@ -417,23 +417,23 @@ export default {
                 // },
               ],
             },
-            {
-              text: "故障诊断",
-              icon: "svg-故障诊断",
-              path: "/health/gzzd/malfunctionDiagnose",
-              children: [
-                {
-                  text: "故障诊断",
-                  icon: "svg-wind-site",
-                  path: "/health/gzzd/malfunctionDiagnose",
-                },
-                {
-                  text: "故障回溯",
-                  icon: "svg-wind-site",
-                  path: "/health/gzzd/malfunctionRecall",
-                },
-              ],
-            },
+            // {
+            //   text: "故障诊断",
+            //   icon: "svg-故障诊断",
+            //   path: "/health/gzzd/malfunctionDiagnose",
+            //   children: [
+            //     {
+            //       text: "故障诊断",
+            //       icon: "svg-wind-site",
+            //       path: "/health/gzzd/malfunctionDiagnose",
+            //     },
+            //     {
+            //       text: "故障回溯",
+            //       icon: "svg-wind-site",
+            //       path: "/health/gzzd/malfunctionRecall",
+            //     },
+            //   ],
+            // },
             {
               text: "健康管理",
               icon: "svg-健康管理",

+ 2 - 2
src/views/sisView/index.vue

@@ -285,7 +285,7 @@
           <div class="itemNum">{{ items.hzjgl }}</div>
           <div class="itemUnit">MW</div>
         </div>
-        <div class="contentItem">
+        <!-- <div class="contentItem">
           <div class="itemName">埃发电量</div>
           <div class="itemNum">{{ items.akfdl }}</div>
           <div class="itemUnit">万kWh</div>
@@ -295,7 +295,7 @@
           <div class="itemName">埃功率</div>
           <div class="itemNum">{{ items.akgl }}</div>
           <div class="itemUnit">MW</div>
-        </div>
+        </div> -->
       </div>
     </div>
   </div>