chore: update menu

This commit is contained in:
vben
2020-11-23 23:30:20 +08:00
parent ba068ba1df
commit 36734100e3
7 changed files with 15 additions and 61 deletions

View File

@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu: {
name: '组件',
path: '/comp',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -44,9 +42,6 @@ const menu: MenuModule = {
{
path: 'upload',
name: '上传组件',
tag: {
content: 'new',
},
},
{
path: 'scroll',

View File

@@ -4,9 +4,7 @@ const menu: MenuModule = {
menu: {
name: '功能',
path: '/feat',
tag: {
dot: true,
},
children: [
{
path: 'icon',
@@ -23,9 +21,6 @@ const menu: MenuModule = {
{
path: 'download',
name: '文件下载',
tag: {
content: 'new',
},
},
{
path: 'click-out-side',

View File

@@ -4,18 +4,11 @@ const menu: MenuModule = {
menu: {
path: '/form',
name: 'Form',
tag: {
type: 'warn',
dot: true,
},
children: [
{
path: 'basic',
name: '基础表单',
tag: {
type: 'warn',
dot: true,
},
},
{
path: 'useForm',
@@ -32,26 +25,14 @@ const menu: MenuModule = {
{
path: 'ruleForm',
name: '表单校验',
tag: {
type: 'warn',
dot: true,
},
},
{
path: 'dynamicForm',
name: '动态表单',
tag: {
type: 'warn',
dot: true,
},
},
{
path: 'customerForm',
name: '自定义组件',
tag: {
type: 'warn',
dot: true,
},
},
],
},

View File

@@ -11,9 +11,7 @@ const menu: MenuModule = {
{
path: 'form',
name: '表单页',
tag: {
content: 'new',
},
children: [
{
path: 'basic',
@@ -32,9 +30,7 @@ const menu: MenuModule = {
{
path: 'desc',
name: '详情页',
tag: {
content: 'new',
},
children: [
{
path: 'basic',
@@ -49,9 +45,7 @@ const menu: MenuModule = {
{
path: 'result',
name: '结果页',
tag: {
content: 'new',
},
children: [
{
path: 'success',
@@ -92,9 +86,6 @@ const menu: MenuModule = {
{
path: 'account',
name: '个人页',
tag: {
content: 'new',
},
children: [
{
path: 'center',

View File

@@ -4,9 +4,6 @@ const menu: MenuModule = {
menu: {
path: '/table',
name: 'Table',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -67,9 +64,6 @@ const menu: MenuModule = {
{
path: 'editRowTable',
name: '可编辑行',
tag: {
content: 'new',
},
},
],
},