|
@@ -8,6 +8,7 @@ let loading //定义loading变量
|
|
|
function startLoading () { //使用Element loading-start 方法
|
|
|
loading = Loading.service({
|
|
|
lock: true,
|
|
|
+ fullscreen: true,
|
|
|
text: '加载中……',
|
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
|
})
|
|
@@ -125,5 +126,4 @@ service.interceptors.response.use(
|
|
|
return Promise.reject(error)
|
|
|
}
|
|
|
)
|
|
|
-
|
|
|
export default service
|