RuoYi
2024-06-30 c01ac5ccacb2dc6ba1bf239c03370469b59a2ffc
src/plugins/tab.js
@@ -35,7 +35,7 @@
      return useTagsViewStore().delView(router.currentRoute.value).then(({ visitedViews }) => {
        const latestView = visitedViews.slice(-1)[0]
        if (latestView) {
            return router.push(latestView.fullPath)
          return router.push(latestView.fullPath)
        }
        return router.push('/');
      });