Merge branch 'v_1.0.0' of http://gitlab.ldxinyong.com/enterpriseManagement/digitization-ui into v_1.0.0
This commit is contained in:
commit
a59db7d149
@ -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 => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user