ZhangXianQiang
2024-03-15 9a5ad4f42f936fa5b36cd039a670d36e6f70a568
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// export default {
//     'leftTop':'/bigscreen/countDeviceNum',//左上
//     'leftCenter':'/bigscreen/countUserNum',//左中
//     "centerMap":"/bigscreen/centerMap",
//     "centerBottom":"/bigscreen/installationPlan",
 
//     'leftBottom':"/bigscreen/leftBottom", //坐下
//     'rightTop':"/bigscreen/alarmNum", //报警次数
//     'rightBottom':'/bigscreen/rightBottom',//右下 
//     'rightCenter':'/bigscreen/ranking',// 报警排名
// }
 
 
// 请求地址统一规划
export default {
    'leftTop':'/dataDashboard/trafficIndex',//近3年交通事故指数
    'subgrade': '/dataDashboard/pcrData',
    'leftCenter':'/bigscreen/countUserNum',//左中
    "centerMap":"/bigscreen/centerMap",
    "centerBottom":"/bigscreen/installationPlan",
 
    'leftBottom':"/bigscreen/leftBottom", //坐下
    'rightTop':"/bigscreen/alarmNum", //报警次数
    'rightBottom':'/bigscreen/rightBottom',//右下 
    'rightCenter':'/bigscreen/ranking',// 报警排名
}