From 1d6a61d5d9074ae16f146f6551722ce2b41c11e9 Mon Sep 17 00:00:00 2001 From: Chopper Date: Thu, 4 Aug 2022 11:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seller/src/api/index.js b/seller/src/api/index.js index 2b4bf8be..ae3425bd 100644 --- a/seller/src/api/index.js +++ b/seller/src/api/index.js @@ -104,7 +104,7 @@ export const editEmail = params => { }; // 个人中心修改密码 export const changePass = params => { - return postRequest("/login/modifyPass", params); + return postRequest("/passport/login/modifyPass", params); }; // 个人中心修改手机 export const changeMobile = params => {