调整目录结构

This commit is contained in:
zouzhibing 2022-08-04 18:20:56 +08:00
parent 0ac3969348
commit 2c58db5885
6 changed files with 15 additions and 19 deletions

View File

@ -19,18 +19,8 @@ const componentsRouter = {
name: 'button',
meta: { title: '按钮', }
},
{
path: 'upload',
component: () => import('@/views/components-demo/upload.vue'),
name: 'upload',
meta: { title: '上传图片', }
},
{
path: 'form',
component: () => import('@/views/components-demo/form.vue'),
name: 'form',
meta: { title: '表单', roles:['other']}
},
{
path: 'link',
component: () => import('@/views/components-demo/link.vue'),

View File

@ -42,12 +42,18 @@ const othersRouter = {
name: 'grid-sorter',
meta: { title: '卡片拖拽' }
},
// {
// path: 'splitpane',
// component: () => import('@/views/other/splitpane.vue'),
// name: 'splitpane',
// meta: { title: '分割模块',}
// },
{
path: 'form',
component: () => import('@/views/other/form.vue'),
name: 'form',
meta: { title: '表单', roles:['other']}
},
{
path: 'upload',
component: () => import('@/views/other/upload.vue'),
name: 'upload',
meta: { title: '上传图片', }
},
{
path: 'qrcode',
component: () => import('@/views/other/qrcode.vue'),

View File

@ -9,7 +9,7 @@ const systemRouter = {
name: 'system',
meta: {
title: '系统管理',
icon: 'management'
icon: 'ElementPlus'
},
children: [
{