This commit is contained in:
caolc
2022-09-08 17:16:01 +08:00
parent 0ff558befe
commit 25dacad3a2

View File

@@ -262,22 +262,22 @@ const options = {
},
component: () => import('@/pages/Demo')
},
{
name: 'Ant Design Vue',
path: 'antdv',
meta: {
icon: 'ant-design',
link: 'https://www.antdv.com/docs/vue/introduce-cn/'
}
},
{
name: '使用文档',
path: 'document',
meta: {
icon: 'file-word',
link: 'https://iczer.gitee.io/vue-antd-admin-docs/'
}
}
// {
// name: 'Ant Design Vue',
// path: 'antdv',
// meta: {
// icon: 'ant-design',
// link: 'https://www.antdv.com/docs/vue/introduce-cn/'
// }
// },
// {
// name: '使用文档',
// path: 'document',
// meta: {
// icon: 'file-word',
// link: 'https://iczer.gitee.io/vue-antd-admin-docs/'
// }
// }
]
},
]