#34 - fix console error
This commit is contained in:
parent
6b8871784e
commit
0cf26819ce
2 changed files with 15 additions and 11 deletions
|
|
@ -175,7 +175,8 @@ function readAll() {
|
|||
function read(notification) {
|
||||
if (!notification.isRead) {
|
||||
api.readNotification(notification.id).then((res) => {
|
||||
router.push(toPath(notification.location.href));
|
||||
console.log(res);
|
||||
// router.push(toPath(notification.location.href));
|
||||
});
|
||||
}
|
||||
router.push(toPath(notification.location.href));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue