diff --git a/ruoyi-ui/codehelp_files.md b/ruoyi-ui/codehelp_files.md index a504a6e7..1218a259 100644 --- a/ruoyi-ui/codehelp_files.md +++ b/ruoyi-ui/codehelp_files.md @@ -269,7 +269,7 @@ │ │ UPS.png │ │ view.png │ │ 一类交通量.png -│ │ 太阳能板.png +│ │ 离网光伏供电.png │ │ 扫码报警B.png │ │ 护栏碰撞预警系统.png │ │ 护栏碰撞预警系统B.png @@ -453,9 +453,9 @@ │ │ │ 合流区.svg │ │ │ 合流区_active.svg │ │ │ 合流区_fault.svg -│ │ │ 太阳能板.svg -│ │ │ 太阳能板_active.svg -│ │ │ 太阳能板_fault.svg +│ │ │ 离网光伏供电.svg +│ │ │ 离网光伏供电_active.svg +│ │ │ 离网光伏供电_fault.svg │ │ │ 情报板.svg │ │ │ 情报板_active.svg │ │ │ 情报板_fault.svg @@ -545,8 +545,8 @@ │ │ │ 交调_fault.svg │ │ │ 合流区_active.svg │ │ │ 合流区_fault.svg -│ │ │ 太阳能板_active.svg -│ │ │ 太阳能板_fault.svg +│ │ │ 离网光伏供电_active.svg +│ │ │ 离网光伏供电_fault.svg │ │ │ 情报板_active.svg │ │ │ 情报板_fault.svg │ │ │ 护栏碰撞_active.svg @@ -639,7 +639,7 @@ │ │ 大学城收费站.jpg │ │ 孝里收费站.jpg │ │ -│ ├─solar //太阳能板报表图 +│ ├─solar //离网光伏供电报表图 │ │ CO2.png │ │ coal.png │ │ error.png @@ -1289,7 +1289,7 @@ │ │ │ │ DeviceParams.vue │ │ │ │ DeviceParamsMulti.vue │ │ │ │ -│ │ │ ├─SolarEnergy // 太阳能板 +│ │ │ ├─SolarEnergy // 离网光伏供电 │ │ │ │ │ data.js │ │ │ │ │ index.vue │ │ │ │ │ @@ -1526,7 +1526,7 @@ │ │ │ t17.svg │ │ │ t18.svg │ │ │ -│ │ └─solar // 太阳能板管理 +│ │ └─solar // 离网光伏供电管理 │ │ index.vue │ │ index_v1.vue │ │ diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index 439df902..94d9d59e 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -195,7 +195,7 @@ export default [ component: "maintenanceOperations/smart/abnormal/index.vue", }, { - title: "太阳能板", + title: "离网光伏供电", name: "solar", path: "/maintain/solar", component: "maintenanceOperations/solar/index.vue", diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue index 172807d4..024bf7d7 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue @@ -1,6 +1,6 @@