瀏覽代碼

架构设置

wy 1 年之前
父節點
當前提交
ac53e3fa2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -71,7 +71,7 @@ export const constantRoutes = [
         path: '',
         component: () => import('@/views/current-alarm/index'),
         name: 'StatisticalAnalysis',
-        meta: { title: '统计分析', icon: 'tjfx', noCache: true }
+        meta: { title: '当前告警', icon: 'tjfx', noCache: true }
       }
     ]
   },