This commit is contained in:
duanliang
2025-04-02 19:27:32 +08:00
parent 112815068f
commit c00aa374b7
5 changed files with 58 additions and 10 deletions

View File

@@ -31,3 +31,10 @@ export function getRoutersApi() {
method: 'get'
})
}
//
export function getRoutersMapApi() {
return request({
url: '/fjtcc-api/api/largeScreen/router/videoMap',
method: 'get'
})
}