RuoYi
2023-11-29 e7adf59b8856f95baedd03330a59c6b7958c69b9
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('/');
      });