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 @@
+
+
+ 关于开发者
+
+
+