Browse Source

[Feat 0000] 大海则首页跳转链接修改

houzekong 2 months ago
parent
commit
e553e21c37
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/vent/home/configurable/ventDHZ.vue

+ 2 - 1
src/views/vent/home/configurable/ventDHZ.vue

@@ -61,11 +61,12 @@
     </template>
     <div style="width: 1000px; height: 570px; position: absolute; left: calc(50% - 500px); top: 60px">
       <VentModal />
+      <!-- 下面按钮原来跳转到 @click="redirectTo('/micro-vent-3dModal/subSysmodal/data/timesolution?type=sysMonitor&deviceType=model3D')" -->
       <a-button
         type="primary"
         shape="circle"
         style="width: 34px; height: 34px; position: absolute; right: 5px; bottom: 5px; z-index: 5"
-        @click="redirectTo('/micro-vent-3dModal/subSysmodal/data/timesolution?type=sysMonitor&deviceType=model3D')"
+        @click="redirectTo('/micro-vent-3dModal/dashboard/analysis?type=model3D&deviceType=model3D')"
       >
         <EyeFilled />
       </a-button>