From c79fc16b0a6c7496332c65c4b236ba2d80c38a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 19:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 abaea260..8b1f59a4 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("/user/edit", this.dialogForm).then(res => { + this.instance.post("/user/empower", this.dialogForm).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false;