@@ -2,7 +2,6 @@
<div class="" />
</template>
-
<script>
import config from "@/config"
export default {
@@ -29,7 +29,10 @@ export default {
}
},
async mounted(){
- this.state.loading = true
+ this.state.loading = true;
+
+ alert(code)
+ return
const result = await asyncRequest.userinfo(
{ code: getParameterByName('code') }
)