From fd3acb28d3907caec733cbf270e687859902727c Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 11 七月 2022 18:21:09 +0800
Subject: [PATCH] user order count

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

diff --git a/src/api/user.ts b/src/api/user.ts
index ced0a13..c187723 100644
--- a/src/api/user.ts
+++ b/src/api/user.ts
@@ -100,3 +100,11 @@
     data: params
   });
 };
+
+export const enableMenu = (params: any) => {
+  return request({
+    url: "/saas/api-u/menu/enableMenu",
+    method: "post",
+    data: params
+  });
+};

--
Gitblit v1.8.0