vue2.0 设置router.go('/goods')不停刷新页面

代码如下:

使用router.go()后页面不停刷新。

 

解决办法:

使用router.push() 问题解决