pages-signIn-autoLogin.d434496f.js 2.4 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-signIn-autoLogin"],{"0620":function(e,t,n){"use strict";var o;n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return r})),n.d(t,"a",(function(){return o}));var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("v-uni-view",[e._v("自动登录中...")])},r=[]},"6a81":function(e,t,n){"use strict";n("99af"),n("c975"),n("ac1f"),n("841c"),n("1276"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{code:"",state:""}},mounted:function(){this.getCode()},methods:{getCode:function(){var e=this,t="wxac0afae9104e5e4d",n="https://xiaoyi.xunsoftware.com",o=this;if(this.code="",this.state="index",this.code=this.getUrlCode().code,this.state=this.getUrlCode().state,console.error("code is :>>>",this.code),null==this.code||""===this.code){var i=this.getUrlCode().type||"index";window.location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=".concat(t,"&redirect_uri=").concat(encodeURIComponent(n),"&response_type=code&scope=snsapi_userinfo&state=").concat(i,"#wechat_redirect")}else o.$request({url:o.$api.auth.getToken,data:{code:o.code,grant_type:"social_school_doctor_user"},method:"POST"}).then((function(t){t.access_token&&(localStorage.setItem("tenant_id",t.tenant_id),e.$storage.setToken(t.access_token),e.$storage.setAuthUser(JSON.stringify(t)),window.location.href=n+"/pages/index/index")})).catch((function(e){"未绑定微信,请先绑定"!=e.error_description&&"social grant failure, user is null"!=e.error_description||(uni.showToast({title:"当前微信未绑定,请先通过账号登录",icon:"none"}),setTimeout((function(){window.location.href=n+"/pages/signIn/logOn?type=1"}),2e3))}))},getUrlCode:function(){var e=location.search;this.winUrl=e;var t=new Object;if(-1!=e.indexOf("?"))for(var n=e.substr(1),o=n.split("&"),i=0;i<o.length;i++)t[o[i].split("=")[0]]=o[i].split("=")[1];return t}}};t.default=o},e218:function(e,t,n){"use strict";n.r(t);var o=n("0620"),i=n("e280");for(var r in i)"default"!==r&&function(e){n.d(t,e,(function(){return i[e]}))}(r);var c,a=n("f0c5"),s=Object(a["a"])(i["default"],o["b"],o["c"],!1,null,"35491d80",null,!1,o["a"],c);t["default"]=s.exports},e280:function(e,t,n){"use strict";n.r(t);var o=n("6a81"),i=n.n(o);for(var r in o)"default"!==r&&function(e){n.d(t,e,(function(){return o[e]}))}(r);t["default"]=i.a}}]);