From 4a5e04c2bee1b19bc63386dba4ad44c278d16479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E8=B4=A4=E5=87=8C?= Date: Fri, 26 Aug 2022 11:59:54 +0000 Subject: [PATCH] Update AppAccountXiushan.vue --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index ee34fd62..f43df6ce 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -143,7 +143,7 @@ export default { }, methods: { getTableData() { - this.instance.post("/user/page", null, { + this.instance.post("/app/user/page", null, { params: {...this.page, ...this.search} }).then(res => { if (res?.data) {