From 74b24fb7cb0e0d0dfc7fdaa3454e2600f356595f Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 06 May 2023 14:41:06 +0800
Subject: [PATCH] 安保活动隐藏活动区域

---
 src/api/system/user.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index c8a8101..2b99c64 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -61,6 +61,15 @@
   })
 }
 
+export const getUserInfos = () => {
+  return request({
+    url: '/api/blade-user/getUserInfo',
+    method: 'get',
+    params: {
+    }
+  })
+}
+
 export const getUserPlatform = (id) => {
   return request({
     url: '/api/blade-user/platform-detail',

--
Gitblit v1.9.3