From 6ea5484424645a4f8d9a84af335578063d988203 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 30 六月 2025 12:43:09 +0800
Subject: [PATCH] 更新电解质单位
---
src/api/login/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/login/index.ts b/src/api/login/index.ts
index c516072..77c1b09 100644
--- a/src/api/login/index.ts
+++ b/src/api/login/index.ts
@@ -7,7 +7,7 @@
*/
export function signIn(params: string) {
return request({
- url: '/user/info/login',
+ url: '/user/info/loginForNutrition',
method: 'post',
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
--
Gitblit v1.8.0