zhaoyun 1 month ago
parent
commit
e5e29226ce
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/router/router-static.js
  2. 1 1
      src/utils/menu.js

+ 2 - 2
src/router/router-static.js

@@ -41,12 +41,12 @@ export const routes = [
       },
       {
         path: '/loadData',
-        name: '电暖变电负荷数据',
+        name: '历史数据',
         component: loadData,
       },
       {
         path: '/loadForecasting',
-        name: '电采暖负荷预测',
+        name: '负荷预测',
         component: loadForecasting,
       },
       {

+ 1 - 1
src/utils/menu.js

@@ -24,7 +24,7 @@ const menu = {
               },
             ],
             menu: '负荷数据管理',
-          },
+          },  
           {
             child: [
               {