|
|
|
@ -114,8 +114,8 @@ const toLastView = () => {
|
|
|
|
addTags()
|
|
|
|
addTags()
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// You can set another route
|
|
|
|
// TODO: You can set another route
|
|
|
|
push(permissionStore.getAddRouters[0].path)
|
|
|
|
push('/')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -128,7 +128,6 @@ const moveToCurrentTag = async () => {
|
|
|
|
if (v.fullPath !== unref(currentRoute).fullPath) {
|
|
|
|
if (v.fullPath !== unref(currentRoute).fullPath) {
|
|
|
|
tagsViewStore.updateVisitedView(unref(currentRoute))
|
|
|
|
tagsViewStore.updateVisitedView(unref(currentRoute))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
break
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|