From 16350b70db1adc9ec0a89f52e68bb44f2a982b09 Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Tue, 13 Jan 2026 19:00:34 +0800 Subject: [PATCH] =?UTF-8?q?style(router):=20=E7=A7=BB=E9=99=A4=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理路由配置文件中的冗余空行,保持代码风格一致 --- src/router/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 471acb7..e2a2241 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -235,7 +235,6 @@ export const constantRoutes = [ }, ], }, - { path: "", component: Layout, @@ -250,7 +249,6 @@ export const constantRoutes = [ }, ], }, - { path: "", component: Layout, @@ -264,7 +262,6 @@ export const constantRoutes = [ }, ], }, - { path: "", component: Layout, @@ -279,7 +276,6 @@ export const constantRoutes = [ }, ], }, - // 业主模块END // 后勤模块START @@ -297,7 +293,6 @@ export const constantRoutes = [ }, ], }, - { path: "", component: Layout, @@ -373,7 +368,6 @@ export const constantRoutes = [ }, ], }, - // 后勤模块END {