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