From 05aa027a7c5c45f635c52ab3c6d271a262f06706 Mon Sep 17 00:00:00 2001 From: Romesum Date: Fri, 29 May 2020 14:25:59 +0800 Subject: [PATCH] =?UTF-8?q?[fix][v]:=E8=AF=B7=E6=B1=82=E4=B8=8D=E5=86=8Dco?= =?UTF-8?q?nsole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- element-vue/src/utils/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/element-vue/src/utils/index.js b/element-vue/src/utils/index.js index f6099e2..2231e12 100644 --- a/element-vue/src/utils/index.js +++ b/element-vue/src/utils/index.js @@ -28,8 +28,8 @@ async function request(url, method, data, params, header = {}) { crossDomain: true, url: config.host + url }).then(res => { - // 测试期间每个请求都console - console.log(res) + // // 测试期间每个请求都console + // console.log(res) // 0:正常请求 // -1:错误请求 // 401:没有登陆