Browse Source

消息同步功能优化

master
x_ying 2 years ago
parent
commit
ba8db1eda8
  1. 4
      src/layout/components/Navbar.vue

4
src/layout/components/Navbar.vue

@ -204,7 +204,9 @@ export default {
if (res) { if (res) {
this.msgList = [] this.msgList = []
// this.$router.go(0) // this.$router.go(0)
this.reload()
if (this.$route.path.includes('user/center') || this.$route.path.includes('system/notifyManage')) {
this.reload()
}
} }
}) })
}, },

Loading…
Cancel
Save