This commit is contained in:
sean yu 2020-10-28 20:15:52 +08:00
commit a59db7d149

View File

@ -25,9 +25,9 @@ const service = axios.create({
const options = { const options = {
fullscreen: true, fullscreen: true,
target: document.querySelector('.appamin'), target: document.querySelector('.appamin'),
background: 'rgba(255, 255, 255, 0.1)', background: 'rgba(255, 255, 255, 0.8)',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
text: '请求加载中。。。'} text: '数据加载中'}
// request拦截器 // request拦截器
service.interceptors.request.use(config => { service.interceptors.request.use(config => {