caolc 2 years ago
parent 0ff558befe
commit 25dacad3a2
  1. 32
      src/router/config.js

@ -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/'
// }
// }
]
},
]

Loading…
Cancel
Save