From 0967b9f3ddaaf901a68d78edb7a80df0245425bd Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 14 十一月 2024 09:52:36 +0800
Subject: [PATCH] 1.交换机引导页面

---
 src/api/area.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/area.js b/src/api/area.js
index 6e005c1..798df58 100644
--- a/src/api/area.js
+++ b/src/api/area.js
@@ -149,4 +149,14 @@
       'areaCode': code
     }
   })
+}
+
+export function getSwitchCabinetInfo() {
+  return request({
+    url: '/api/services/app/SwitchDevice/GetSwitchCabinetInfo',
+    method: 'get',
+    params: {
+      
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3