chuzhixin 4 年之前
父節點
當前提交
fb317c524b
共有 1 個文件被更改,包括 11 次插入11 次删除
  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",
         path: "icon",
         component: EmptyLayout,
         component: EmptyLayout,
         redirect: "noRedirect",
         redirect: "noRedirect",
@@ -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"),