From f897bfcbe96a030fabd948b8b67be192466e2b12 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Thu, 25 Sep 2025 18:59:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= =?UTF-8?q?=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 --- src/api/modules/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/modules/common.js b/src/api/modules/common.js index e5a7c6b..e9af88b 100644 --- a/src/api/modules/common.js +++ b/src/api/modules/common.js @@ -3,7 +3,7 @@ import $http from '../../utils/httpRequest' // 修改密码 export const password = (oldPassword, newPassword) => { return $http({ - url: '/auth/change/pwd', + url: '/merchant-api/auth/change/pwd', method: 'put', data: { oldPassword: oldPassword,