From 204ce09a62e0a0fd9f3eb62b64f3345627fc7a5c Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 25 三月 2024 16:45:11 +0800 Subject: [PATCH] 端口号配置 --- src/api/common/other.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/common/other.js b/src/api/common/other.js index c08f55c..8c6e484 100644 --- a/src/api/common/other.js +++ b/src/api/common/other.js @@ -17,7 +17,7 @@ // 鑾峰彇浜у搧淇℃伅 export const getMaterialList = (data) => { return request({ - url: "/api-s/v1/material/getMaterialList", + url: "/api-outsourcing/v1/order/materialSearch", method: "post", IsHeader: true, data -- Gitblit v1.8.0