From e185715da3eb168373efa60f684774a0694990f2 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 15 五月 2025 14:18:48 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/api/hpApi.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/hpApi.js b/src/api/hpApi.js index fa674f7..1d1a0cc 100644 --- a/src/api/hpApi.js +++ b/src/api/hpApi.js @@ -4,7 +4,7 @@ export async function fetchToken() { try { const response = await axios.post("/hp/auth/getToken", { - username: "yxxx", + username: "yunweiyonghu", password: "c2d6bba7f0a67701a97550684e39fa5f", systemName: "RS_SYSTEM", }); -- Gitblit v1.9.3