mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
增加初始化过程
This commit is contained in:
@@ -17,7 +17,7 @@ const SecuritySettings = ({ user, userChange }: any) => {
|
||||
|
||||
const handleOk = (values: any) => {
|
||||
request
|
||||
.post(`${config.apiPrefix}user`, {
|
||||
.put(`${config.apiPrefix}user`, {
|
||||
data: {
|
||||
username: values.username,
|
||||
password: values.password,
|
||||
|
||||
Reference in New Issue
Block a user