配置新菜单

chenlw_dev
guange 9 years ago
parent ae08031440
commit bb5a527f9e

@ -2,7 +2,7 @@ button:
- -
type: "view" type: "view"
name: "最新动态" name: "最新动态"
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=http://wechat.trustie.net/assets/wechat/activities.html&response_type=code&scope=snsapi_base&state=123#wechat_redirect" url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=http://wechat.trustie.net/assets/wechat/app.html&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
- -
type: "click" type: "click"
name: "意见返馈" name: "意见返馈"

@ -2,7 +2,7 @@ var app = angular.module('wechat', ['ngRoute']);
var apiUrl = 'http://wechat.trustie.net/api/v1/'; var apiUrl = 'http://wechat.trustie.net/api/v1/';
//var openid= "oCnvgvz8R7QheXE-R9Kkr39j8Ndg"; //var openid= "oCnvgvz8R7QheXE-R9Kkr39j8Ndg";
var openid = ''; var openid = '';
var debug = true; //调试标志,如果在本地请置为true var debug = false; //调试标志,如果在本地请置为true
if(debug){ if(debug){
openid = "oCnvgvz8R7QheXE-R9Kkr39j8Ndg"; openid = "oCnvgvz8R7QheXE-R9Kkr39j8Ndg";

Loading…
Cancel
Save