Write the Code. Change the World.

3月 14

 # 新增一个 index 参数(方便浏览器刷新)
 const value = 3

 this.$router.push({
     path: this.$route.path,
     query: { ...this.$route.query, index: value }
 })

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注