Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
gzydong committed Aug 5, 2021
1 parent b50766f commit 32e3d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/main-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
sessionStorage.setItem('send_message_index_name', index_name)

if (this.$route.path == '/message') {
this.reloadPage()
this.reload()
return
}

Expand Down

0 comments on commit 32e3d21

Please sign in to comment.