From c6e1cc060a11303d6dbee793173b39d7dbc447d2 Mon Sep 17 00:00:00 2001 From: 15386982806 Date: Tue, 31 Jan 2023 17:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E7=94=A8=E6=88=B7=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/api/index.js b/manager/src/api/index.js index 709bec3a..2c90493a 100644 --- a/manager/src/api/index.js +++ b/manager/src/api/index.js @@ -400,7 +400,7 @@ export const getChildRegion = (id) => { // 重置用户密码 export const resetPassword = (params) => { - return postRequest(`/passport/user/resetPassword/${params}"`); + return postRequest(`/passport/user/resetPassword/${params}`); }; // 初始化商品索引