mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
fix: some bug
This commit is contained in:
@@ -21,20 +21,6 @@ const remainingRouter = [
|
||||
rank: 102
|
||||
}
|
||||
},
|
||||
// {
|
||||
// // 找不到路由重定向到404页面
|
||||
// path: "/:pathMatch(.*)",
|
||||
// name: "pathMatch",
|
||||
// component: Layout,
|
||||
// redirect: "/error/404",
|
||||
// meta: {
|
||||
// icon: "el-icon-s-home",
|
||||
// title: "message.hshome",
|
||||
// showLink: false,
|
||||
// savedPosition: false,
|
||||
// rank: 103,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: "/redirect",
|
||||
name: "redirect",
|
||||
|
||||
Reference in New Issue
Block a user