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) {