chore: route structure adjustment

This commit is contained in:
vben
2020-11-12 23:15:11 +08:00
parent cb1ae34f11
commit fc4666ef41
14 changed files with 54 additions and 25 deletions

View File

@@ -43,7 +43,6 @@ export default defineComponent({
}
const lastChangeRoute = unref(tabStore.getLastChangeRouteState);
if (!lastChangeRoute || !userStore.getTokenState) return;
const { path, fullPath } = lastChangeRoute;