@@ -27,7 +27,7 @@ const remainingRouter = [
{
path: "/redirect/:path(.*)",
name: "redirect",
- component: () => import("/@/views/redirect.vue")
+ component: () => import("/@/layout/redirect.vue")
}
]
@@ -1,6 +0,0 @@
-export type infoType = {
- svg?: string;
- code?: number;
- info?: string;
- accessToken?: string;
-};