删除log打印信息
This commit is contained in:
parent
c3ec65e327
commit
0bfa080d89
@ -117,7 +117,7 @@ export default function NoticeModal() {
|
|||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
},
|
},
|
||||||
onSuccess({ data }) {
|
onSuccess({ data }) {
|
||||||
console.log(data);
|
// console.log(data);
|
||||||
|
|
||||||
setData(data.rows)
|
setData(data.rows)
|
||||||
setTotal(data.total)
|
setTotal(data.total)
|
||||||
|
@ -32,7 +32,7 @@ export default function Head() {
|
|||||||
messageApi,
|
messageApi,
|
||||||
url: '/api/user-msg/count-un-read/self',
|
url: '/api/user-msg/count-un-read/self',
|
||||||
onSuccess({ data }) {
|
onSuccess({ data }) {
|
||||||
console.log(data);
|
// console.log(data);
|
||||||
setUnRead(data.data)
|
setUnRead(data.data)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user