mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 05:46:08 +08:00
修复系统通知设置
This commit is contained in:
parent
be719b42df
commit
49e88006ce
|
@ -50,9 +50,7 @@ const Initialization = () => {
|
|||
const submitNotification = (values: any) => {
|
||||
setLoading(true);
|
||||
request
|
||||
.put(`${config.apiPrefix}user/notification/init`, {
|
||||
values,
|
||||
})
|
||||
.put(`${config.apiPrefix}user/notification/init`, values)
|
||||
.then(({ code, data }) => {
|
||||
if (code === 200) {
|
||||
next();
|
||||
|
|
Loading…
Reference in New Issue
Block a user