Update header.vue

This commit is contained in:
ronger 2024-01-04 16:23:31 +08:00 committed by GitHub
parent 7a9418f2ae
commit 13f00b2df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,6 @@ export default {
}
},
getUnreadNotifications() {
console.log('我执行了')
let _ts = this;
if (_ts.user) {
_ts.$axios.$get('/api/notification/unread').then(function (res) {