From 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 31 Aug 2022 18:11:16 +0800 Subject: [PATCH] 新增编辑页 日志列表接口 --- src/utils/request.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 2a3558b..6413023 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -68,7 +68,7 @@ // if (token) { // config.headers['Authorization'] = 'Bearer ' + token // } - config.headers['Authorization'] = 'Bearer '; + // config.headers['Authorization'] = 'Bearer '; return config }, err) -- Gitblit v1.9.1