From ee279f74a2a5c3d95aa8a783bdcff3092488cbb6 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 16 Sep 2025 13:50:48 +0800 Subject: [PATCH] url --- utils/getData2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/getData2.js b/utils/getData2.js index 538f225..43cb83e 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -14,7 +14,7 @@ export const pdaUpdate = () => request({ // 登录 export const handLogin = (user, password) => request({ - url:'api/bigScreenScreen/login', + url:'mobile/auth/login', data: { user: user, password: password