From 66d2ab8434203b8141e4a76e1cb663054299afd6 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期三, 11 十月 2023 16:43:51 +0800
Subject: [PATCH] 1、相似项后台接口编写。

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

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

--
Gitblit v1.10.0