Commit 8ef0c868 by 初志鑫

添加外链多开组件

parent 26af3873
...@@ -145,6 +145,15 @@ const data = [ ...@@ -145,6 +145,15 @@ const data = [
content: "添加vue-amap组件", content: "添加vue-amap组件",
timestamp: "2020-07-11", timestamp: "2020-07-11",
}, },
{
content: "修改zx-layouts引入方式",
timestamp: "2020-07-15",
},
{
content:
"记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用,希望一切都值得",
timestamp: "2020-07-18",
},
]; ];
export default [ export default [
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
"zx-count": "^0.3.7", "zx-count": "^0.3.7",
"zx-icon": "^1.1.8", "zx-icon": "^1.1.8",
"zx-keel": "^0.9.4", "zx-keel": "^0.9.4",
"zx-layouts": "^0.6.2", "zx-layouts": "^0.6.4",
"zx-magnifie": "^0.4.0", "zx-magnifie": "^0.4.0",
"zx-markdown-editor": "^0.0.2", "zx-markdown-editor": "^0.0.2",
"zx-player": "^0.9.6", "zx-player": "^0.9.6",
......
...@@ -125,13 +125,23 @@ export const asyncRoutes = [ ...@@ -125,13 +125,23 @@ export const asyncRoutes = [
meta: { title: "组件", icon: "box-open" }, meta: { title: "组件", icon: "box-open" },
children: [ 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", path: "permissions",
name: "Permission", name: "Permission",
component: () => import("@/views/vab/permissions/index"), component: () => import("@/views/vab/permissions/index"),
meta: { meta: {
title: "权限控制", title: "权限控制",
permissions: ["admin", "editor"], permissions: ["admin", "editor"],
badge: "New",
}, },
}, },
{ {
......
...@@ -281,6 +281,15 @@ ...@@ -281,6 +281,15 @@
</el-alert> </el-alert>
<br /> <br />
</el-card> </el-card>
<el-card shadow="never">
<div slot="header">
<span>关于开发者</span>
</div>
<img
src="https://github-readme-stats.vercel.app/api?username=chuzhixin"
alt=""
/>
</el-card>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment