From 3e69a37fa6e7ce8dd5fbe0aecb86c0abbccf6458 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 Aug 2022 14:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppConsole/AppConsole.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/xiushan/apps/AppConsole/AppConsole.vue b/project/xiushan/apps/AppConsole/AppConsole.vue index c5443b33..1daa4fcf 100644 --- a/project/xiushan/apps/AppConsole/AppConsole.vue +++ b/project/xiushan/apps/AppConsole/AppConsole.vue @@ -147,7 +147,7 @@ export default { methods: { getComments() { - this.instance.post('/appleavemessage/list?current=1&size=10').then(res => { + this.instance.post('/app/appleavemessage/list?current=1&size=10').then(res => { if (res.code === 0) { this.comments = res.data.records } @@ -155,7 +155,7 @@ export default { }, getInfo() { - this.instance.post("/todo/queryToDoList").then(res => { + this.instance.post("/app/todo/queryToDoList").then(res => { if (res?.data) { this.info = res.data } @@ -163,7 +163,7 @@ export default { }, getNewsList() { - this.instance.post('/appnews/list?current=1&size=10').then(res => { + this.instance.post('/app/appnews/list?current=1&size=10').then(res => { if (res.code === 0) { this.news = res.data.records } @@ -171,7 +171,7 @@ export default { }, getList() { - this.instance.post('/appfinancingdemand/list?current=1&size=8', null, { + this.instance.post('/app/appfinancingdemand/list?current=1&size=8', null, { params: {status: 0} }).then(res => { if (res?.data) {