This commit is contained in:
caozehui
2025-03-24 10:46:16 +08:00
parent 834230b26a
commit a9b80ed33c

View File

@@ -40,6 +40,6 @@ export const refreshToken = () => {
//获取场景 //获取场景
export const getCurrentScene = () => { export const getCurrentScene = () => {
return http.get('/admin/getCurrentScene', {}, { loading: false }) return http.get('/sysTestConfig/getCurrentScene', {}, { loading: false })
} }