|
@@ -89,17 +89,6 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path:
|
|
|
- "https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension",
|
|
|
- name: "ExternalLink",
|
|
|
- meta: {
|
|
|
- title: "外链",
|
|
|
- target: "_blank",
|
|
|
- permissions: ["admin", "editor"],
|
|
|
- badge: "New",
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
path: "icon",
|
|
|
component: EmptyLayout,
|
|
|
redirect: "noRedirect",
|
|
@@ -292,6 +281,17 @@ export const asyncRoutes = [
|
|
|
meta: { title: "错误日志模拟", permissions: ["admin"] },
|
|
|
},
|
|
|
{
|
|
|
+ path:
|
|
|
+ "https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension",
|
|
|
+ name: "ExternalLink",
|
|
|
+ meta: {
|
|
|
+ title: "外链",
|
|
|
+ target: "_blank",
|
|
|
+ permissions: ["admin", "editor"],
|
|
|
+ badge: "New",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "more",
|
|
|
name: "More",
|
|
|
component: () => import("@/views/vab/more/index"),
|