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