You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.0 KiB
51 lines
1.0 KiB
2 months ago
|
<?php
|
||
|
|
||
|
$base = [
|
||
|
"title" => "基本组件",
|
||
|
"type" => "base",
|
||
|
"data" => [
|
||
|
[
|
||
|
'title' => "轮播图",
|
||
|
'type' => "banner",
|
||
|
'iconPath' => 'icontupian1'
|
||
|
],
|
||
|
[
|
||
|
'title' => "导航",
|
||
|
'type' => "column",
|
||
|
'iconPath' => 'icondaohang'
|
||
|
],
|
||
|
[
|
||
|
'title' => "广告",
|
||
|
'type' => "imagewindow",
|
||
|
'iconPath' => 'iconguanggaogongguan'
|
||
|
],
|
||
|
]
|
||
|
];
|
||
|
|
||
|
$decoration = [
|
||
|
"title" => "装修组件",
|
||
|
'type' => 'decoration',
|
||
|
"data" => [
|
||
|
[
|
||
|
'title' => "工地列表",
|
||
|
'type' => "site",
|
||
|
'iconPath' => 'icongongdiweixuanzhong'
|
||
|
],
|
||
|
[
|
||
|
'title' => "案例列表",
|
||
|
'type' => "case",
|
||
|
'iconPath' => 'iconanli'
|
||
|
],
|
||
|
[
|
||
|
'title' => "攻略列表",
|
||
|
'type' => "strategy",
|
||
|
'iconPath' => 'icongonglve'
|
||
|
],
|
||
|
]
|
||
|
];
|
||
|
|
||
|
|
||
|
return [
|
||
|
20 => [$base, $decoration],
|
||
|
// 21 => [$base, $decoration],
|
||
|
];
|