From 2016e627e228bb027b04cb8a8339c518afd67df0 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Fri, 10 Oct 2025 18:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=BE=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http/config.ts | 2 -- src/views/Admin/userList/hook.tsx | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/http/config.ts b/src/utils/http/config.ts index f209d92..fee7116 100644 --- a/src/utils/http/config.ts +++ b/src/utils/http/config.ts @@ -1,5 +1,3 @@ export const URL = "https://my.qixing2.top"; -// http://md.xscmmidi.site 正式 -// http://tmd.xscmmidi.site 测试 // 声网appId 在这里换 export const appIdBySw = 'b48912a0b10d48f88be7ac5ee8675a6b' \ No newline at end of file diff --git a/src/views/Admin/userList/hook.tsx b/src/views/Admin/userList/hook.tsx index 78bf6fb..39727d9 100644 --- a/src/views/Admin/userList/hook.tsx +++ b/src/views/Admin/userList/hook.tsx @@ -159,8 +159,10 @@ export function useData() { const FormRef = formRef.value.getRef(); const curData = options.props.formInline; const updatePassWord = async form => { - console.log(form) - const { code } = await apiPassWord(form); + const { code } = await editData({ + password: form.new_pwd, + id: rowData.id + }); if (code) { message("设置成功", { type: "success" }); onSearch();