From 14d0a91b0bf948c059d139200f8cc729ec36b62f Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 28 Jul 2016 19:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menu.yml | 10 +++++----- config/menu.yml.production | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/menu.yml b/config/menu.yml index 19891b911..52272e8a0 100644 --- a/config/menu.yml +++ b/config/menu.yml @@ -11,9 +11,9 @@ button: name: "我的课程" url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=class_list#wechat_redirect" - - type: "click" + type: "view" name: "我的项目" - key: "PROJECT" + url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=project_list#wechat_redirect" - type: "view" name: "我的宝库" @@ -35,6 +35,6 @@ button: name: "历史推文" url: "http://mp.weixin.qq.com/mp/getmasssendmsg?__biz=MzIwOTM2NDkxMA==#wechat_webview_type=1&wechat_redirect" - - type: "click" - name: "联系我们" - key: "FEEDBACK" + type: "click" + name: "联系我们" + key: "FEEDBACK" diff --git a/config/menu.yml.production b/config/menu.yml.production index fb9ef41a3..f97c27d7d 100644 --- a/config/menu.yml.production +++ b/config/menu.yml.production @@ -11,7 +11,7 @@ button: name: "我的课程" url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=class_list#wechat_redirect" - - type: "click" + type: "view" name: "我的项目" url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=project_list#wechat_redirect" -