From aac76f64bb882834b867617d2342e00c9e2a930f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期日, 04 一月 2026 15:48:31 +0800
Subject: [PATCH] 海川开心: 1.弹框可以拖拽 2.入库管理的材料入库不要数量字段 3.质量管理一些字段赋默认值 4.材料入库删除接口传参修改
---
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