From 6f19e706c33dc8f1d2a33ceb209dfe498af2b016 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 24 三月 2023 11:40:04 +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