mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-15 17:19:46 +08:00
添加外链多开组件
This commit is contained in:
parent
26af387350
commit
8ef0c8684b
@ -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 [
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -281,6 +281,15 @@
|
||||
</el-alert>
|
||||
<br />
|
||||
</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-row>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user