初始上传
This commit is contained in:
53
addon/bundling/config/menu_shop.php
Executable file
53
addon/bundling/config/menu_shop.php
Executable file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 平台端菜单设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
[
|
||||
'name' => 'PROMOTION_BUNDLING',
|
||||
'title' => '组合套餐',
|
||||
'url' => 'bundling://shop/bundling/lists',
|
||||
'parent' => 'PROMOTION_CENTER',
|
||||
'is_show' => 1,
|
||||
'is_control' => 1,
|
||||
'is_icon' => 0,
|
||||
'picture' => '',
|
||||
'picture_select' => '',
|
||||
'sort' => 100,
|
||||
'child_list' => [
|
||||
[
|
||||
'name' => 'PROMOTION_BUNDLING_DETAIL',
|
||||
'title' => '套餐详情',
|
||||
'url' => 'bundling://shop/bundling/detail',
|
||||
'sort' => 1,
|
||||
'is_show' => 0,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'PROMOTION_BUNDLING_ADD',
|
||||
'title' => '添加套餐',
|
||||
'url' => 'bundling://shop/bundling/add',
|
||||
'sort' => 1,
|
||||
'is_show' => 0,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'PROMOTION_BUNDLING_EDIT',
|
||||
'title' => '编辑套餐',
|
||||
'url' => 'bundling://shop/bundling/edit',
|
||||
'sort' => 1,
|
||||
'is_show' => 0,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'PROMOTION_BUNDLING_DELETE',
|
||||
'title' => '删除套餐',
|
||||
'url' => 'bundling://shop/bundling/delete',
|
||||
'sort' => 1,
|
||||
'is_show' => 0,
|
||||
'type' => 'button',
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user