Update header.vue
This commit is contained in:
parent
7a9418f2ae
commit
13f00b2df3
@ -250,7 +250,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getUnreadNotifications() {
|
getUnreadNotifications() {
|
||||||
console.log('我执行了')
|
|
||||||
let _ts = this;
|
let _ts = this;
|
||||||
if (_ts.user) {
|
if (_ts.user) {
|
||||||
_ts.$axios.$get('/api/notification/unread').then(function (res) {
|
_ts.$axios.$get('/api/notification/unread').then(function (res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user