Browse Source

消息同步功能优化

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

2
src/layout/components/Navbar.vue

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

Loading…
Cancel
Save