From bd23969fb9ad1302a69c3e13fa3a02cc58a3307a Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 24 May 2024 11:25:59 +0800
Subject: [PATCH] 配置修改及样式调整
---
src/api/system/user.js | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 98e08cd..86f7346 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -119,13 +119,10 @@
})
}
-export const zc = (username, password) => {
+export const zc = (param) => {
return request({
- url: '/api/blade-user/zc',
- method: 'get',
- params: {
- username,
- password,
- }
+ url: '/api/blade-system/user/register-user',
+ method: 'post',
+ data: param
})
}
--
Gitblit v1.9.3