perf: redirect

This commit is contained in:
xiaoxian521 2022-03-14 12:43:02 +08:00
parent bef0d9234e
commit b36850f79f
3 changed files with 1 additions and 7 deletions

View File

@ -27,7 +27,7 @@ const remainingRouter = [
{
path: "/redirect/:path(.*)",
name: "redirect",
component: () => import("/@/views/redirect.vue")
component: () => import("/@/layout/redirect.vue")
}
]
}

View File

@ -1,6 +0,0 @@
export type infoType = {
svg?: string;
code?: number;
info?: string;
accessToken?: string;
};