From 3d4355d8791c7e990377c7a2abc5ce238e752e91 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 26 一月 2026 17:36:05 +0800
Subject: [PATCH] 进销存-升级 1.销售台账页面代码重构 2.发货台账页面联调 3.采购台账代码重构,采购模版添加修改和删除,逻辑完善 4.采购审批页面逻辑修改完善 5.采购台账、销售台账导入和下载模版修改

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

diff --git a/src/router/index.js b/src/router/index.js
index 9c5a968..e5dc580 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,20 +72,6 @@
     ],
   },
   {
-    path: "/main/MobileChat",
-    component: Layout,
-    redirect: "",
-    hidden: true,
-    children: [
-      {
-        path: "",
-        component: () => import("@/views/chatHome/chatHomeIndex/MobileChat"),
-        name: "MobileChat",
-        meta: { title: "AI瀵硅瘽", icon: "dashboard", affix: true },
-      },
-    ],
-  },
-  {
     path: "/user",
     component: Layout,
     hidden: true,
@@ -106,6 +92,20 @@
     name: "DeviceInfo",
     meta: { title: "璁惧淇℃伅", icon: "monitor" },
   },
+  // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
+  {
+    path: "/oaSystem/projectManagement/projectDetail",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: ":projectId",
+        component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
+        name: "ProjectDetail",
+        meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
+      },
+    ],
+  },
 ];
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.9.3