mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 03:19:19 +08:00
feat: 新增外链 route 演示
This commit is contained in:
parent
0fc46d5cb4
commit
c97ee74c44
@ -39,6 +39,21 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/link",
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: "https://juejin.cn/post/7089377403717287972",
|
||||
component: () => {},
|
||||
name: "Link",
|
||||
meta: {
|
||||
title: "外链",
|
||||
icon: "link"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user