RuoYi
2023-11-29 cbcfabee2af5f68c9327b3ba939b11754313b5bf
ruoyi-ui/src/plugins/tab.js
@@ -35,7 +35,7 @@
      return store.dispatch('tagsView/delView', router.currentRoute).then(({ visitedViews }) => {
        const latestView = visitedViews.slice(-1)[0]
        if (latestView) {
            return router.push(latestView.fullPath)
          return router.push(latestView.fullPath)
        }
        return router.push('/');
      });