From cf2d53b4afc6135264b78c9d16573599f2d6e7a3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 5 May 2018 18:57:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=95=86=E5=9F=8E=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= 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 4c27aef4e..d56dd7e6a 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' => '微信商城首页']; -$GLOBALS['WechatMenuLink'][] = ['link' => 'wx-demo-jsapi', 'title' => 'JSAPI支付测试']; +$GLOBALS['WechatMenuLink'][] = ['link' => '@wx', 'title' => '微信商城首页']; +$GLOBALS['WechatMenuLink'][] = ['link' => '@wx-demo-jsapi', 'title' => 'JSAPI支付测试']; // @todo 模块处理机制将写在下面(包括模块初始化及升级) // @todo 模块权限处理,使用全局数组