From 91c89e0cc88185874ef9eff42817148289bfba79 Mon Sep 17 00:00:00 2001 From: CHAN-MINATO <898043143@qq.com> Date: Wed, 22 Feb 2023 13:30:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9B=B4=E6=94=B9=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix 更改密码接口 --- pages/home/rePassword.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/home/rePassword.vue b/pages/home/rePassword.vue index 1ce6c4d..b90b930 100644 --- a/pages/home/rePassword.vue +++ b/pages/home/rePassword.vue @@ -66,7 +66,6 @@ import request from '@/common/request' if(this.check()){ var res=await request("/sys/user/updatePassword",{ method:"put", - suffix:"/jeecgboot", body: this.formData }) if(res.statu){