mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
perf: redirect
This commit is contained in:
parent
bef0d9234e
commit
b36850f79f
@ -27,7 +27,7 @@ const remainingRouter = [
|
|||||||
{
|
{
|
||||||
path: "/redirect/:path(.*)",
|
path: "/redirect/:path(.*)",
|
||||||
name: "redirect",
|
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;
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user