admin/addon/mobileshop/config/menu_shop.php

41 lines
1.3 KiB
PHP

<?php
// +----------------------------------------------------------------------
// | 平台端菜单设置
// +----------------------------------------------------------------------
return [
[
'name' => 'MOBILE_SHOP_CONFIG',
'title' => '商家端',
'url' => 'mobileshop://shop/config/deploy',
'parent' => 'WEBSITE_DEPLOYMENT',
'is_show' => 1,
'picture' => 'app/shop/view/public/img/icon/sys_config.png',
'picture_selected' => '',
'sort' => 3,
'child_list' => [
[
'name' => 'MOBILE_SHOP_DEPLOY',
'title' => '网站部署',
'url' => 'mobileshop://shop/config/deploy',
'parent' => '',
'is_show' => 1,
'picture' => '',
'picture_selected' => '',
'sort' => 1,
'child_list' => [],
],
[
'name' => 'MOBILE_SHOP_WEAPP_CONFIG',
'title' => '小程序设置',
'url' => 'mobileshop://shop/config/weapp',
'parent' => '',
'is_show' => 1,
'picture' => '',
'picture_selected' => '',
'sort' => 1,
'child_list' => [],
],
]
]
];