From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
packages/constants/fwDevice.js | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/packages/constants/fwDevice.js b/packages/constants/fwDevice.js
index 56a09b6..8b13789 100644
--- a/packages/constants/fwDevice.js
+++ b/packages/constants/fwDevice.js
@@ -1,9 +1 @@
-// 设备状态
-export const DEVICE_STATUS = {
- 0: '在线',
- 1: '离线',
- 2: '故障',
- 3: '报废',
-}
-export const DEVICE_STATUS_LIST = Object.keys(DEVICE_STATUS).map(key => ({ value: key, label: DEVICE_STATUS[key] }))
--
Gitblit v1.9.3