diff --git a/src/components/socre.vue b/src/components/socre.vue index b6fc045..c3b220e 100644 --- a/src/components/socre.vue +++ b/src/components/socre.vue @@ -21,7 +21,6 @@ export default { } }, mounted() { - axios.get('/api/v1/score').then(res => { if (res.data.code === 200) { console.log(res.data.data);