提交測試

This commit is contained in:
wanglei
2022-01-13 10:58:09 +08:00
parent 5b358dc51d
commit a839e859c1
2 changed files with 2 additions and 1 deletions

View File

@@ -86,4 +86,4 @@
}
}
}
}
}

View File

@@ -58,6 +58,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.list = res.data
console.log(res.data);
}
})
},