67 lines
2.3 KiB
PHP
67 lines
2.3 KiB
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 平台端菜单设置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
[
|
|
'name' => 'SHOP_ALILIFE_ROOT',
|
|
'title' => '生活号',
|
|
'url' => 'alilife://shop/goods/lists',
|
|
'picture' => 'addon/shopcomponent/shop/view/public/img/live_new.png',
|
|
'picture_selected' => 'addon/shopcomponent/shop/view/public/img/live_select.png',
|
|
'parent' => 'SHOP_ALIAPP_ROOT',
|
|
'is_show' => 0,
|
|
'sort' => 1,
|
|
'child_list' => [
|
|
[
|
|
'name' => 'SHOP_ALILIFE_GOODS',
|
|
'title' => '普通商品',
|
|
'url' => 'alilife://shop/goods/lists',
|
|
'is_show' => 1,
|
|
'sort' => 1,
|
|
'child_list' => []
|
|
],
|
|
[
|
|
'name' => 'SHOP_LIFEGROUP_GOODS',
|
|
'title' => '本地团购',
|
|
'url' => 'alilife://shop/goods/lifelists',
|
|
'is_show' => 1,
|
|
'sort' => 2,
|
|
'child_list' => [
|
|
[
|
|
'name' => 'SHOP_LIFEGROUP_ADDGOODS',
|
|
'title' => '添加商品',
|
|
'url' => 'alilife://shop/goods/add',
|
|
'is_show' => 0,
|
|
],
|
|
[
|
|
'name' => 'SHOP_LIFEGROUP_EDITGOODS',
|
|
'title' => '编辑商品',
|
|
'url' => 'alilife://shop/goods/edit',
|
|
'is_show' => 0,
|
|
]
|
|
]
|
|
],
|
|
[
|
|
'name' => 'SHOP_ALILIFE_CATEGORY',
|
|
'title' => '类目管理',
|
|
'url' => 'alilife://shop/category/lists',
|
|
'is_show' => 1,
|
|
'sort' => 3,
|
|
'child_list' => []
|
|
],
|
|
]
|
|
],
|
|
[
|
|
'title' => '支付宝对账',
|
|
'name' => 'PROMOTION_Alipay',
|
|
'url' => 'alilife://shop/order/miniOrderItembill',
|
|
'parent' => 'ACCOUNT_MANAGE',
|
|
'picture' => 'app/shop/view/public/img/icon_new/member_withdraw_new.png',
|
|
'picture_selected' => 'app/shop/view/public/img/icon_new/member_withdraw_select.png',
|
|
'is_show' => 1,
|
|
'is_control' => 1,
|
|
'sort' => 6
|
|
]
|
|
];
|