This commit is contained in:
caozehui
2025-03-14 11:23:49 +08:00
parent 50fc02d4eb
commit 0947097932
5 changed files with 95 additions and 85 deletions

View File

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