From a95499117e534b93ca0dca06fb3a021bfdf295db Mon Sep 17 00:00:00 2001 From: yoe Date: Wed, 28 Oct 2020 16:01:43 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BC=B9=E7=AA=97=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 19514ca..b1ae2e5 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -25,9 +25,9 @@ const service = axios.create({ const options = { fullscreen: true, target: document.querySelector('.appamin'), - background: 'rgba(255, 255, 255, 0.1)', + background: 'rgba(255, 255, 255, 0.8)', spinner: 'el-icon-loading', - text: '请求加载中。。。'} + text: '数据加载中'} // request拦截器 service.interceptors.request.use(config => {