|
@@ -29,7 +29,10 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
async mounted(){
|
|
async mounted(){
|
|
- this.state.loading = true
|
|
|
|
|
|
+ this.state.loading = true;
|
|
|
|
+
|
|
|
|
+ alert(code)
|
|
|
|
+ return
|
|
const result = await asyncRequest.userinfo(
|
|
const result = await asyncRequest.userinfo(
|
|
{ code: getParameterByName('code') }
|
|
{ code: getParameterByName('code') }
|
|
)
|
|
)
|