From c01c66c8ca70047f28a87be10e7016e375bca8c4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:03:49 +0800 Subject: [PATCH] BUG 27819 --- 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 fc279c2b..c3757082 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -214,7 +214,7 @@ export default { if (v) { if (this.lock) return this.$message.error("请勿多次提交!") this.lock = true - this.instance.post("/app/wxcp/wxuser/empower", this.dialogForm).then(res => { + this.instance.post("/user/edit", this.dialogForm).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false;