若依 2.2

This commit is contained in:
RuoYi
2020-03-18 09:43:17 +08:00
parent 505ee1d63e
commit 2cc14e5f56
42 changed files with 3325 additions and 25 deletions

View File

@ -158,7 +158,7 @@ export default {
toLastView(visitedViews, view) {
const latestView = visitedViews.slice(-1)[0]
if (latestView) {
this.$router.push(latestView)
this.$router.push(latestView.fullPath)
} else {
// now the default is to redirect to the home page if there is no tags-view,
// you can adjust it according to your needs.