From 44efd72720a767346fb1b9072f190674c6f3d8b5 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 5 May 2018 18:37:53 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/store/init.php b/application/store/init.php index f4cbe92c0..4c27aef4e 100644 --- a/application/store/init.php +++ b/application/store/init.php @@ -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 模块权限处理,使用全局数组