mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
chore: update menu
This commit is contained in:
@@ -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',
|
||||
|
@@ -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',
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@@ -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',
|
||||
|
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user