chuzhixin 4 years ago
parent
commit
fb317c524b
1 changed files with 11 additions and 11 deletions
  1. 11 11
      src/router/index.js

+ 11 - 11
src/router/index.js

@@ -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"),