From 97125f78d90cc22e2b97155146b5fb8fb202a7b3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 28 三月 2023 14:29:33 +0800 Subject: [PATCH] 更改CODE服务中部分依赖 --- 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