From a9b80ed33c38c1fb0c8480c15bdd006394cd5034 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 24 Mar 2025 10:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/user/login/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/user/login/index.ts b/frontend/src/api/user/login/index.ts index 12aa883..1bde68d 100644 --- a/frontend/src/api/user/login/index.ts +++ b/frontend/src/api/user/login/index.ts @@ -40,6 +40,6 @@ export const refreshToken = () => { //获取场景 export const getCurrentScene = () => { - return http.get('/admin/getCurrentScene', {}, { loading: false }) + return http.get('/sysTestConfig/getCurrentScene', {}, { loading: false }) }