RuoYi
2020-04-30 066d3f3f9f16dcf71073db1a07a4ba7dcfccc2f0
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.