@@ -24,6 +24,7 @@ export default {
async mounted(){
this.state.loading = true
const result = await asyncRequest.userinfo({code: getParameterByName('code')})
+ console.log(result)
this.state.loading = false
switch(Number(result.code)){