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