提交 ca253cc0 编写于 作者: yubinCloud's avatar yubinCloud

将首页中所发的请求与后端的修改相匹配,使首页又可以显示信息了

上级 b8210d6e
......@@ -92,7 +92,7 @@ export default defineComponent({
onMounted(() => {
console.log("onMounted");
axios.get("/ebook/list").then((response) => {
axios.get("/ebook/query").then((response) => {
console.log(response);
const respData = response.data;
const pageData = respData.data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册