初始上传
This commit is contained in:
60
addon/weapp/config/menu_shop.php
Executable file
60
addon/weapp/config/menu_shop.php
Executable file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 平台端菜单设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
[
|
||||
'name' => 'WEAPP_ROOT',
|
||||
'title' => '微信小程序',
|
||||
'url' => 'weapp://shop/weapp/setting',
|
||||
'parent' => 'CHANNEL_ROOT',
|
||||
'picture_select' => '',
|
||||
'picture' => 'addon/weapp/shop/view/public/img/menu_icon/wechat_app_new.png',
|
||||
'picture_selected' => 'addon/weapp/shop/view/public/img/menu_icon/wechat_app_select.png',
|
||||
'is_show' => 1,
|
||||
'sort' => 4,
|
||||
'child_list' => [
|
||||
[
|
||||
'name' => 'WEAPP_CONFIG',
|
||||
'title' => '基础配置',
|
||||
'url' => 'weapp://shop/weapp/config',
|
||||
'is_show' => 0,
|
||||
'sort' => 2,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'WEAPP_PACKAGE',
|
||||
'title' => '小程序发布',
|
||||
'url' => 'weapp://shop/weapp/package',
|
||||
'is_show' => 0,
|
||||
'sort' => 3,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'WEAPP_PACKAGE',
|
||||
'title' => '订阅消息',
|
||||
'url' => 'weapp://shop/message/config',
|
||||
'is_show' => 0,
|
||||
'sort' => 4,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'WEAPP_PACKAGE_EDIT',
|
||||
'parent' => 'MESSAGE_LISTS',
|
||||
'title' => '编辑订阅消息',
|
||||
'url' => 'weapp://shop/message/edit',
|
||||
'is_show' => 0,
|
||||
'sort' => 1,
|
||||
'type' => 'button',
|
||||
],
|
||||
[
|
||||
'name' => 'WEAPP_SHARE',
|
||||
'title' => '小程序分享',
|
||||
'url' => 'weapp://shop/weapp/share',
|
||||
'is_show' => 0,
|
||||
'sort' => 6,
|
||||
'type' => 'button',
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user