first add files
This commit is contained in:
63
ProjectLiaisonForm/pages/home/data/base.js
Normal file
63
ProjectLiaisonForm/pages/home/data/base.js
Normal file
@@ -0,0 +1,63 @@
|
||||
const base = {
|
||||
name: '基础',
|
||||
icon: 'app',
|
||||
childArr: [
|
||||
{
|
||||
name: 'Button',
|
||||
label: '按钮',
|
||||
},
|
||||
{
|
||||
name: 'Divider',
|
||||
label: '分割线',
|
||||
},
|
||||
{
|
||||
name: 'Fab',
|
||||
label: '悬浮按钮',
|
||||
},
|
||||
{
|
||||
name: 'Icon',
|
||||
label: '图标',
|
||||
},
|
||||
{
|
||||
name: 'Link',
|
||||
label: '链接',
|
||||
},
|
||||
{
|
||||
name: 'Layout',
|
||||
label: '布局',
|
||||
path: '/pages/col/col',
|
||||
},
|
||||
],
|
||||
};
|
||||
const skylineBase = {
|
||||
name: '基础',
|
||||
icon: 'app',
|
||||
childArr: [
|
||||
{
|
||||
name: 'Button',
|
||||
label: '按钮',
|
||||
},
|
||||
{
|
||||
name: 'Divider',
|
||||
label: '分割线',
|
||||
},
|
||||
{
|
||||
name: 'Fab',
|
||||
label: '悬浮按钮',
|
||||
},
|
||||
{
|
||||
name: 'Icon',
|
||||
label: '图标',
|
||||
},
|
||||
{
|
||||
name: 'Link',
|
||||
label: '链接',
|
||||
},
|
||||
{
|
||||
name: 'Layout',
|
||||
label: '布局',
|
||||
path: '/pages/col/skyline/col',
|
||||
},
|
||||
],
|
||||
};
|
||||
export { base, skylineBase };
|
||||
Reference in New Issue
Block a user