初始上传
This commit is contained in:
26
addon/memberwithdraw/config/menu_shop.php
Executable file
26
addon/memberwithdraw/config/menu_shop.php
Executable file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 平台端菜单设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
[
|
||||
'name' => 'MEMBERWITHDRAW',
|
||||
'title' => '会员提现',
|
||||
'url' => 'memberwithdraw://shop/withdraw/transfer',
|
||||
'parent' => 'PROMOTION_CENTER',
|
||||
'is_show' => 0,
|
||||
'is_control' => 1,
|
||||
'is_icon' => 0,
|
||||
'picture' => '',
|
||||
'picture_select' => '',
|
||||
'sort' => 100,
|
||||
],
|
||||
[
|
||||
'parent' => 'CONFIG_BASE_ORDER',
|
||||
'name' => 'MEMBER_WITHDRAW_CONFIG',
|
||||
'title' => '提现设置',
|
||||
'url' => 'shop/memberwithdraw/config',
|
||||
'is_show' => 1,
|
||||
'sort' => 3,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user