From 25dacad3a2efa2f42c796cd0e92499e6b24d8997 Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Thu, 8 Sep 2022 17:16:01 +0800 Subject: [PATCH] 1 --- src/router/config.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/router/config.js b/src/router/config.js index c537129..fd85502 100644 --- a/src/router/config.js +++ b/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/' + // } + // } ] }, ]