From 6f393bea8db5898684b573b8bebc64890fcc9183 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期一, 08 七月 2024 10:52:06 +0800
Subject: [PATCH] three.js页面添加,obj模型添加

---
 src/views/iot/device/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue
index 66320db..94e7de2 100644
--- a/src/views/iot/device/index.vue
+++ b/src/views/iot/device/index.vue
@@ -217,7 +217,8 @@
   name: 'Device',
   dicts: ['iot_device_status', 'iot_is_enable', 'iot_location_way', 'iot_transport_type'],
   components: {
-    vueQr,
+    vueQr
+ 
   },
   data() {
     return {
@@ -265,6 +266,7 @@
         isSimulate: 0,
       },
       isSubDev: false,
+      threeModel:null,
     };
   },
   created() {

--
Gitblit v1.9.3