mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]
This commit is contained in:
parent
27cdcf7d05
commit
44efd72720
@ -26,8 +26,8 @@ Route::rule('wx', function (Request $request) {
|
||||
});
|
||||
|
||||
// 微信菜单链接配置
|
||||
$GLOBALS['WechatMenuLink'][] = ['link' => 'wx', 'title' => '微信JSAPI支付测试'];
|
||||
$GLOBALS['WechatMenuLink'][] = ['link' => 'wx-demo-jsapi', 'title' => '微信JSAPI支付测试'];
|
||||
$GLOBALS['WechatMenuLink'][] = ['link' => 'wx', 'title' => '微信商城首页'];
|
||||
$GLOBALS['WechatMenuLink'][] = ['link' => 'wx-demo-jsapi', 'title' => 'JSAPI支付测试'];
|
||||
|
||||
// @todo 模块处理机制将写在下面(包括模块初始化及升级)
|
||||
// @todo 模块权限处理,使用全局数组
|
||||
|
Loading…
x
Reference in New Issue
Block a user