疯狂的狮子li
2020-03-19 b1afb78ca252faa5b05a293f1b7467b1315c980f
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -158,7 +158,7 @@
    toLastView(visitedViews, view) {
      const latestView = visitedViews.slice(-1)[0]
      if (latestView) {
        this.$router.push(latestView)
        this.$router.push(latestView.fullPath)
      } else {
        // now the default is to redirect to the home page if there is no tags-view,
        // you can adjust it according to your needs.