From 7e9a6b751bf24e8c31c352ff1d30c049441c7a91 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 30 三月 2023 11:02:10 +0800
Subject: [PATCH] 上传服务部署运行/停止脚本

---
 Source/UBCS-WEB/src/api/user.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/user.js b/Source/UBCS-WEB/src/api/user.js
index c869e41..4a65255 100644
--- a/Source/UBCS-WEB/src/api/user.js
+++ b/Source/UBCS-WEB/src/api/user.js
@@ -116,5 +116,12 @@
   url: '/api/blade-system/tenant/tenant-map',
   method: 'get',
 });
-
+// 鎻愰啋鏃堕棿
+export const check = (userid) => request({
+  url: '/api/blade-user/tenant/check-renexpr',
+  method: 'post',
+  params:{
+    userid
+  }
+})
 

--
Gitblit v1.9.3