From 83316427e8a26f64b6ff31cc314ce075cc1f8e47 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期一, 06 十一月 2023 17:50:33 +0800
Subject: [PATCH] feat: 删除测试代码

---
 src/stores/devices.ts |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/stores/devices.ts b/src/stores/devices.ts
index a23d468..26d7162 100644
--- a/src/stores/devices.ts
+++ b/src/stores/devices.ts
@@ -7,9 +7,6 @@
 
 export const useDevicesStore = defineStore('device', () => {
   const deviceInfo = computed(() => {
-    if (deviceInfo?.value) {
-      deviceRes.value.data.currentDeviceID = 'wwwwwwww222222'
-    }
     return deviceRes?.value?.data as Devices
   })
 

--
Gitblit v1.8.0