From b3d89f70b2fefd7438eec61f7662da30ff8923c1 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 15 三月 2024 14:35:46 +0800 Subject: [PATCH] feat:道路数据接口 --- src/api/modules/index.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/modules/index.ts b/src/api/modules/index.ts index c59a9c6..bda9897 100644 --- a/src/api/modules/index.ts +++ b/src/api/modules/index.ts @@ -14,7 +14,8 @@ // 璇锋眰鍦板潃缁熶竴瑙勫垝 export default { 'leftTop':'/dataDashboard/trafficIndex',//杩�3骞翠氦閫氫簨鏁呮寚鏁� - 'subgrade': '/dataDashboard/pcrData', + // 浜鸿溅璺熀纭�淇℃伅 + 'mileage': '/dataDashboard/pcrData', 'leftCenter':'/bigscreen/countUserNum',//宸︿腑 "centerMap":"/bigscreen/centerMap", "centerBottom":"/bigscreen/installationPlan", -- Gitblit v1.8.0