From 01e7ef087db7d15cb04b823672a9e937384c85c2 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 05 Jul 2024 11:13:40 +0800
Subject: [PATCH] 无诈代码优化
---
src/api/system/user.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..86f7346 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,11 @@
}
})
}
+
+export const zc = (param) => {
+ return request({
+ url: '/api/blade-system/user/register-user',
+ method: 'post',
+ data: param
+ })
+}
--
Gitblit v1.9.3