From 12cf68ea971e5c39e884474734ef51cbc52bec8d Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期六, 23 三月 2024 18:05:29 +0800 Subject: [PATCH] 登录接口重新联调 --- 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