完成解题页面

This commit is contained in:
jiayuqi7813
2022-06-27 18:48:56 +08:00
parent 2e01120588
commit 360335476e

View File

@@ -21,7 +21,6 @@ export default {
}
},
mounted() {
axios.get('/api/v1/score').then(res => {
if (res.data.code === 200) {
console.log(res.data.data);