diff --git a/src/router/index.js b/src/router/index.js index 9318c99..5ee824f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -88,17 +88,6 @@ export const asyncRoutes = [ permissions: ["admin", "editor"], }, }, - { - 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, @@ -291,6 +280,17 @@ export const asyncRoutes = [ component: () => import("@/views/vab/errorLog/index"), 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",