RuoYi
2025-04-18 ff14fa5e4efaf4e3e6a307473e9bd2881da265c1
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('/');
      });