vue NavigationDuplicated: Avoided redundant navigation to current location: "/template"
报错原因:
路由设置为子路由,页面里直接页面跳转。
其实是一个低级错误,向子路由跳转,父级页面要写 <router-view>
vue NavigationDuplicated: Avoided redundant navigation to current location: "/template"
报错原因:
路由设置为子路由,页面里直接页面跳转。
其实是一个低级错误,向子路由跳转,父级页面要写 <router-view>