增加初始化过程

This commit is contained in:
hanhh
2021-10-03 20:58:55 +08:00
parent bd1ca7e975
commit 14b20873c7
18 changed files with 714 additions and 223 deletions
+1 -1
View File
@@ -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,