From 9cd1fcea1dcf0efd3a36241dbf4cd001d1632c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Wed, 1 Nov 2023 00:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BB=A3=E7=90=86=E9=97=AE=E9=A2=98=E6=94=B9=E6=AD=A3?= =?UTF-8?q?=20#I86JH4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/utils/request.js | 1 - 1 file changed, 1 deletion(-) diff --git a/snowy-admin-web/src/utils/request.js b/snowy-admin-web/src/utils/request.js index 291d387b..7546648f 100644 --- a/snowy-admin-web/src/utils/request.js +++ b/snowy-admin-web/src/utils/request.js @@ -151,7 +151,6 @@ service.interceptors.response.use( // 适配器, 用于适配不同的请求方式 export const baseRequest = (url, value = {}, method = 'post', options = {}) => { - url = sysConfig.API_URL + url if (method === 'post') { return service.post(url, value, options) } else if (method === 'get') {