jh-admin/addon/ali1688/config/menu_shop.php

91 lines
3.2 KiB
PHP

<?php
// +----------------------------------------------------------------------
// | 店铺端菜单设置
// +----------------------------------------------------------------------
return [
[
'name' => 'PROMOTION_ALI1688',
'title' => '1688精选',
'url' => 'ali1688://shop/order/lists',
'parent' => 'PROMOTION_CENTER',
'is_show' => 1,
'sort' => 100,
'child_list' => [
[
'name' => 'ALI1688SHOP_ORDER',
'title' => '采购订单',
'url' => 'ali1688://shop/order/lists',
'is_show' => 1,
'sort' => 1,
],
[
'name' => 'ALI1688SHOP_GOODS',
'title' => '选品入库',
'url' => 'ali1688://shop/goods/lists',
'is_show' => 1,
'sort' => 2,
'child_list' => [
[
'name' => 'ALI1688SHOP_SERVICE',
'title' => '选品中心',
'url' => 'ali1688://shop/goods/servicegoods',
'is_show' => 0,
'sort' => 1,
],
[
'name' => 'ALI1688SHOP_ADD',
'title' => '添加商品',
'url' => 'ali1688://shop/goods/add',
'is_show' => 0,
'sort' => 2,
],
[
'name' => 'ALI1688SHOP_REMOVE',
'title' => '删除',
'url' => 'ali1688://shop/goods/remove',
'is_show' => 0,
'sort' => 3,
]
]
],
[
'name' => 'ALI1688GOODSTEMP',
'title' => '价格模版',
'url' => 'ali1688://shop/template/lists',
'is_show' => 1,
'sort' => 3,
'child_list' => [
[
'name' => 'ALI1688SHOP_ADDTEMPLATE',
'title' => '添加模版',
'url' => 'ali1688://shop/template/add',
'is_show' => 0,
'sort' => 1,
],
[
'name' => 'ALI1688SHOP_EDITTEMPLATE',
'title' => '编辑',
'url' => 'ali1688://shop/template/edit',
'is_show' => 0,
'sort' => 1,
],
[
'name' => 'ALI1688SHOP_REMOVETEMPLATE',
'title' => '删除',
'url' => 'ali1688://shop/template/remove',
'is_show' => 0,
'sort' => 1,
]
]
],
[
'name' => 'ALI1688CONFIG',
'title' => '系统设置',
'url' => 'ali1688://shop/config/basics',
'is_show' => 1,
'sort' => 3,
'child_list' => []
]
]
]
];