From a0f008e1b176ab0c844bc4721f282e12d18f855c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 24 Feb 2025 18:20:11 +0800
Subject: [PATCH] 调整详情和修改地图渲染功能
---
src/router/index.ts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 922833c..ee65479 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -26,6 +26,10 @@
// },
{
path: '/',
+ redirect: '/login',
+ },
+ {
+ path: '/login',
name: ERouterName.LOGIN,
component: () => import('@/views/Login.vue')
},
--
Gitblit v1.9.3