From f98f5deaaa6c5a9cf4023e2d2dd1c445980e5a8f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期六, 10 十月 2020 20:28:30 +0800
Subject: [PATCH] 集群管理,应用中心离线安装更新

---
 src/api/clusterManage.ts |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/clusterManage.ts b/src/api/clusterManage.ts
index f13dfbd..bbeb747 100644
--- a/src/api/clusterManage.ts
+++ b/src/api/clusterManage.ts
@@ -84,3 +84,20 @@
     data: query
   })
 };
+
+// 鑾峰彇婕傜Щip璁剧疆
+export const getVrrp = () => {
+  return request({
+    url: "/vrrp",
+    method: "get"
+  })
+};
+
+// 璁剧疆婕傜Щip璁剧疆
+export const setVrrp = (data: any) => {
+  return request({
+    url: "/vrrp",
+    method: "post",
+    data
+  })
+}
\ No newline at end of file

--
Gitblit v1.8.0