From 410b467fedd69737e60577f6c401c81098b48fb6 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期二, 01 四月 2025 10:16:08 +0800
Subject: [PATCH] 二级页面容器Card

---
 src/router/index.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9401f17..1258c1c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -50,9 +50,18 @@
                         name: "ProjectList",
                         meta: {
                             title: "项目组管理",
-                            keepAlive: true,
                         },
                         component: () => import("../views/projectList"),
+                    },
+                    {
+                        path: "addProject",
+                        name: "AddProject",
+                        meta: {
+                            title: "新增项目组",
+                            hide: true,
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/projectList/addProject"),
                     }
                 ]
             },

--
Gitblit v1.7.1