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

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

Loading…
Cancel
Save