From c48511779f77e1d525638ef2450fde5057dce9d5 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 07 九月 2023 09:46:06 +0800
Subject: [PATCH] 调整部署

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

diff --git a/src/api/standardLibrary.js b/src/api/standardLibrary.js
index 2eb0e96..8e8857b 100644
--- a/src/api/standardLibrary.js
+++ b/src/api/standardLibrary.js
@@ -1,5 +1,13 @@
 import request from '@/utils/request'
 
+export function addProduct(data) {
+  return request({
+    url: '/product/addProduct',
+    method: 'post',
+    data
+  })
+}
+
 export function getMaterialList() {
   return request({
     url: '/material/list',

--
Gitblit v1.9.3