机械毕业设计代做网站,义乌网络,html简单网站成品免费,公司宣传策划方案回调地址设置页面向导#xff1a;开发接口权限网页服务网页授权修改。开发的项目需要放到已经解析好服务器域名的服务器下#xff0c;同时把Mp***.text文件放到服务器根目录下#xff0c;此时你的服务器必须能联通外网也就是有公网IP,并且80端口是打开的开发接口权限网页服务网页授权修改。开发的项目需要放到已经解析好服务器域名的服务器下同时把Mp***.text文件放到服务器根目录下此时你的服务器必须能联通外网也就是有公网IP,并且80端口是打开的可以使用阿里云等服务器默认配置就可以了
//页面加载created () {this.getCode()},getCode () { // 非静默授权第一次有弹框const code this.getUrlParam(code) // 截取路径中的code如果没有就去微信授权如果已经获取到了就直接传code给后台获取openIdconst local window.location.hrefconsole.log(code)if (code null || code ) {window.location.href https://open.weixin.qq.com/connect/oauth2/authorize?appid[你的公众号AppID]redirect_uri encodeURIComponent(local) response_typecodescopesnsapi_userinfostate1#wechat_redirect} else {//this.getOpenId(code) //把code传给后台获取用户信息this.codecode;}},getUrlParam: function (name) {var regnew RegExp((^|)name([^]*)(|$))var rwindow.location.search.substr(1).match(reg)if(r!null) return unescape(r[2])return null},