From b44206e6f3adba4b5f85760e4913e4214cd6a599 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期六, 18 三月 2023 18:36:17 +0800
Subject: [PATCH] 事件总数修改
---
src/router/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 7d0ab1a..2d7fc01 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,8 +64,8 @@
component: () => import('@/views/systemSetting/platform/cockpitManage')
},
{
- path: 'externalLinks',
- name: '澶栭儴閾炬帴',
+ path: 'externalLinks', //澶栭儴閾炬帴
+ name: 'externalLinks',
component: () => import('@/views/systemSetting/platform/externalLinks')
}
]
@@ -372,7 +372,7 @@
},
{
path: 'runReport', // 杩愯鎶ュ憡
- name: '杩愯鎶ュ憡',
+ name: 'runReport',
component: () => import('@/views/intelligentPatrol/runReport'),
},
// 杩濇硶缁熻
--
Gitblit v1.8.0