feat:对接交通大屏

This commit is contained in:
zjc
2025-01-18 11:06:19 +08:00
parent 8eb966fa14
commit 46c737fb93
4 changed files with 47 additions and 44 deletions

9
src/api/traffic.js Normal file
View File

@@ -0,0 +1,9 @@
import request from './request'
// 交通路段
export function getRouterListApi() {
return request({
url: '/fjtcc-api/api/largeScreen/router/list',
method: 'get'
})
}