From 471f723038bf7214eabedff83bbc7908e8332df9 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 7 Jul 2025 10:57:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app.vue b/src/app.vue index 8d08122..4fffb79 100644 --- a/src/app.vue +++ b/src/app.vue @@ -114,15 +114,15 @@ const initData = async () => { * @function 初始化设备信息 * @desc 从服务端获取设备信息并更新到状态存储 */ -const initDeviceInfo = async () => { - const deviceParams = { - className: 'DeviceInfoMgrService', - fnName: 'getDeviceInfo', - } - const res = await sendCmd(deviceParams) - deviceStore.updateDeviceInfo(res) - return res -} +// const initDeviceInfo = async () => { +// const deviceParams = { +// className: 'DeviceInfoMgrService', +// fnName: 'getDeviceInfo', +// } +// const res = await sendCmd(deviceParams) +// deviceStore.updateDeviceInfo(res) +// return res +// } /** * @function 初始化