From 6bd9804cb4611e2d80d4a9d418107aa567542a95 Mon Sep 17 00:00:00 2001 From: DIAMOND <276397553@qq.com> Date: Fri, 29 Dec 2023 11:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于开发需要 -三维综合态势-跳转路由show=>edit 后续再作调整 --- src/router/routes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 46f799b..2195a45 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -31,7 +31,7 @@ export const RootRoute: AppRouteRecordRaw = { export const ElectronicMapRoute: AppRouteRecordRaw = { path: '/electronicMap', name: 'ElectronicMap', - redirect: '/electronicMap/show', + redirect: '/electronicMap/edit', // component: () => import('/@/views/earthMap/edit/ElectronicMap.vue'), meta: { title: t('routes.basic.login'),