RuoYi
2023-11-30 51db1ec865be5943eef7c22fd9d5cac137f57d10
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('/');
      });