From fb317c524b3f76d3801e5d3fe983e677193387d2 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Sun, 4 Oct 2020 13:54:22 +0800 Subject: [PATCH] deploy --- src/router/index.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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",