From ab5ba1cb04581f55b82e6474452adeb239b9ba44 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 22 十一月 2023 16:27:08 +0800 Subject: [PATCH] 1.修改了请求网址的路径 2.修改了路由 --- src/router/index.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index dd2b189..10980cb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -112,6 +112,8 @@ component: () => import('@/views/exception/components/SubSiteAudit.vue') }, + + // 寮傚父璇︽儏宓屽叆杩囨浮椤甸潰 { path: '/exceptionDetail/:siteName/:month/', @@ -120,12 +122,13 @@ component: () => import('@/views/risk_assessment/components/SiteDetail.vue') }, + // 寮傚父璇︽儏宓屽叆 { - path: '/SubFlightInspection', - name: 'SubFlightInspection', + path: '/CompFlightInspection', + name: 'CompFlightInspection', meta: { title: '寮傚父璇︽儏宓屽叆' }, - component: () => import('@/views/exception/components/SubFlightInspection.vue') + component: () => import('@/views/exception/components/CompFlightInspection.vue') }, ] }, -- Gitblit v1.9.3