From bd1f37643bfcf47dcd81a80f93f2c5e675a4a50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Fri, 20 May 2022 14:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=81=E5=AE=9A=E7=BA=BF=E4=B8=8A=E7=89=88?= =?UTF-8?q?=E6=9C=ACV1.2.2=201=EF=BC=89=E8=90=A5=E9=94=80=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=AE=A1=E7=90=86=EF=BC=9A=E6=96=B0=E5=A2=9E=E8=8D=89?= =?UTF-8?q?=E7=A8=BF=E8=AE=A1=E5=88=92=E5=8F=AF=E5=88=A0=E9=99=A4=202?= =?UTF-8?q?=EF=BC=89=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=EF=BC=9A=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0key=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=EF=BC=8C=E5=85=91=E6=8D=A2=E7=A0=81=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/api.js b/src/assets/api.js index 1e53233e..3b0bbdfc 100644 --- a/src/assets/api.js +++ b/src/assets/api.js @@ -15,7 +15,6 @@ if (process.env.NODE_ENV == "production") { // export let HOST = host; // export let API_URL = api_url; // export const baseurl = window.baseurl - const upload = (method, url, params, responseType) => { let obj = { method: method,