From 8ef0c8684beed99bf3ac3fe372721be7a1a682c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Sat, 18 Jul 2020 22:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=96=E9=93=BE=E5=A4=9A?= =?UTF-8?q?=E5=BC=80=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mock/controller/changeLog.js | 9 +++++++++ package.json | 2 +- src/router/index.js | 12 +++++++++++- src/views/index/index.vue | 9 +++++++++ 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/mock/controller/changeLog.js b/mock/controller/changeLog.js index f8a9d2f..31008d2 100644 --- a/mock/controller/changeLog.js +++ b/mock/controller/changeLog.js @@ -145,6 +145,15 @@ const data = [ content: "添加vue-amap组件", timestamp: "2020-07-11", }, + { + content: "修改zx-layouts引入方式", + timestamp: "2020-07-15", + }, + { + content: + "记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用,希望一切都值得", + timestamp: "2020-07-18", + }, ]; export default [ diff --git a/package.json b/package.json index 7c5817a..891b5ff 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "zx-count": "^0.3.7", "zx-icon": "^1.1.8", "zx-keel": "^0.9.4", - "zx-layouts": "^0.6.2", + "zx-layouts": "^0.6.4", "zx-magnifie": "^0.4.0", "zx-markdown-editor": "^0.0.2", "zx-player": "^0.9.6", diff --git a/src/router/index.js b/src/router/index.js index 80ef020..116a82a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -124,6 +124,17 @@ export const asyncRoutes = [ alwaysShow: true, meta: { title: "组件", icon: "box-open" }, children: [ + { + 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: "permissions", name: "Permission", @@ -131,7 +142,6 @@ export const asyncRoutes = [ meta: { title: "权限控制", permissions: ["admin", "editor"], - badge: "New", }, }, { diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 225b17b..0493dd8 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -281,6 +281,15 @@
+ +
+ 关于开发者 +
+ +