From 8d553314faefa6659c636f3dfd8a66748cbd4d34 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 8 Mar 2021 13:15:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B3=A8=E9=87=8Ademo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 13ecbf5af7..f023b5a7e4 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -64,30 +64,30 @@ export const constantRoutes = [ component: () => import('@/views/dashboard/index'), meta: { title: '首页', icon: 'dashboard' } }] - }, - - { - path: '/example', - component: Layout, - redirect: '/example/table', - name: 'Example', - meta: { title: 'Example', icon: 'example' }, - children: [ - { - path: 'table', - name: 'Table', - component: () => import('@/views/table/index'), - meta: { title: 'Table', icon: 'table' } - }, - { - path: 'tree', - name: 'Tree', - component: () => import('@/views/tree/index'), - meta: { title: 'Tree', icon: 'tree' } - } - ] } + // { + // path: '/example', + // component: Layout, + // redirect: '/example/table', + // name: 'Example', + // meta: { title: 'Example', icon: 'example' }, + // children: [ + // { + // path: 'table', + // name: 'Table', + // component: () => import('@/views/table/index'), + // meta: { title: 'Table', icon: 'table' } + // }, + // { + // path: 'tree', + // name: 'Tree', + // component: () => import('@/views/tree/index'), + // meta: { title: 'Tree', icon: 'tree' } + // } + // ] + // } + // { // path: '/form', // component: Layout,