浏览代码

[Style 0000] 修复了可配置首页5.0版本在模型模式下的样式问题

houzekong 1 月之前
父节点
当前提交
a8ac4becda
共有 1 个文件被更改,包括 9 次插入14 次删除
  1. 9 14
      src/views/vent/home/configurable/vent_v5.vue

+ 9 - 14
src/views/vent/home/configurable/vent_v5.vue

@@ -17,7 +17,6 @@
     <template v-if="route.query.deviceType">
       <div style="width: 100%; height: 100%; position: absolute; left: 0; top: 0">
         <VentModal />
-        <div class="switch-button icon-goto right-5px" @click="goMicroApp(true)"></div>
       </div>
     </template>
     <template v-else>
@@ -123,19 +122,15 @@
     }, 60000);
   }
 
-  function goMicroApp(test = false) {
-    if (test) {
-      router.push({ path: route.path });
-    } else {
-      router.push({
-        path: route.path,
-        query: {
-          ...route.query,
-          type: 'model3D',
-          deviceType: 'model3D',
-        },
-      });
-    }
+  function goMicroApp() {
+    router.push({
+      path: route.path,
+      query: {
+        ...route.query,
+        type: 'model3D',
+        deviceType: 'model3D',
+      },
+    });
   }
 
   watch(