From 42adf7605b0d7f272e1f26b22e5b92c00b293d80 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 22 三月 2024 15:35:52 +0800
Subject: [PATCH] 登录页面接口、订单管理列表页面接口先跟进aps项目接口联调及部分代码删减

---
 src/api/common/other.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/common/other.js b/src/api/common/other.js
index adf2e9d..c08f55c 100644
--- a/src/api/common/other.js
+++ b/src/api/common/other.js
@@ -13,4 +13,13 @@
     method: "get",
     params: data
   })
-}
\ No newline at end of file
+}
+// 鑾峰彇浜у搧淇℃伅
+export const getMaterialList = (data) => {
+  return request({
+    url: "/api-s/v1/material/getMaterialList",
+    method: "post",
+    IsHeader: true,
+    data
+  })
+}

--
Gitblit v1.8.0