From 3ad16af134eda617f6a36f8235376dfa328d1dfb Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 08 九月 2023 00:32:48 +0800 Subject: [PATCH] 修改了服务费用说明 --- src/api/system/user.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 37f4eb3..1965476 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -104,8 +104,8 @@ } return request({ url: '/system/user/profile/updatePwd', - method: 'put', - params: data + method: 'post', + data: data }) } -- Gitblit v1.9.3