diff --git a/pages/login/login.vue b/pages/login/login.vue index 41043c1..eafbd14 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -16,7 +16,6 @@ this.gotoPath('/pages/index/index') }else { this.Post({code: option.code},'/api/wechat/oauth_callback').then(res => { - return; if(res.code == 1) { this.$store.commit('changeUserInfo', res.data) window.location.href = option.state diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 88aaaa5..bf41134 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@