Commit fb317c52 by chuzhixin

deploy

parent 56d18a39
...@@ -89,17 +89,6 @@ export const asyncRoutes = [ ...@@ -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", path: "icon",
component: EmptyLayout, component: EmptyLayout,
redirect: "noRedirect", redirect: "noRedirect",
...@@ -292,6 +281,17 @@ export const asyncRoutes = [ ...@@ -292,6 +281,17 @@ export const asyncRoutes = [
meta: { title: "错误日志模拟", permissions: ["admin"] }, 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", path: "more",
name: "More", name: "More",
component: () => import("@/views/vab/more/index"), component: () => import("@/views/vab/more/index"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment