Jelajahi Sumber

fix: remote control is available when the device is offline

Casper Dai 2 tahun lalu
induk
melakukan
a2cafdc2de

+ 9 - 9
src/views/device/detail/components/DeviceInvoke/index.vue

@@ -25,15 +25,15 @@ export default {
     }
   },
   render (h) {
-    // if (!this.online) {
-    //   return h(
-    //     'div',
-    //     {
-    //       staticClass: 'u-font-size--lg u-color--info u-text--center'
-    //     },
-    //     '设备当前未上线'
-    //   )
-    // }
+    if (!this.online) {
+      return h(
+        'div',
+        {
+          staticClass: 'u-font-size--lg u-color--info u-text--center'
+        },
+        '设备当前未上线'
+      )
+    }
     return h(
       'div',
       {