this.$router.push到底要不要前加return

this.$router.push到底要不要前加return,实际操作下来,加不加都会实现跳转,那区别在哪里呢?push返回的是promise对象。

加return的意义是什么