From 91c81551a65b7723af548d40d2020eb775a52b77 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 11 五月 2026 17:19:57 +0800
Subject: [PATCH] refactor(router): 移除项目详情页面路由并更新AI助手头像引用

---
 src/api/productionManagement/productBom.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productBom.js b/src/api/productionManagement/productBom.js
index 097d223..517208b 100644
--- a/src/api/productionManagement/productBom.js
+++ b/src/api/productionManagement/productBom.js
@@ -19,6 +19,14 @@
   });
 }
 
+// 澶嶅埗
+export function copy(data) {
+  return request({
+    url: "/technologyBom/copy",
+    method: "post",
+    data: data,
+  });
+}
 // 淇敼
 export function update(data) {
   return request({

--
Gitblit v1.9.3