初始上传
This commit is contained in:
18
addon/wechatpay/config/menu_shop.php
Executable file
18
addon/wechatpay/config/menu_shop.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 平台端菜单设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
[
|
||||
'name' => 'WECHAT_PAY_CONFIG',
|
||||
'title' => '微信支付编辑',
|
||||
'url' => 'wechatpay://shop/pay/config',
|
||||
'parent' => 'CONFIG_PAY',
|
||||
'is_show' => 0,
|
||||
'is_control' => 1,
|
||||
'is_icon' => 0,
|
||||
'picture' => '',
|
||||
'picture_select' => '',
|
||||
'sort' => 1,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user