提交 97f52ce3 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

iconList 组件修复

上级 d3c16da0
......@@ -21,13 +21,13 @@ const showLoading = () => {
}
const closeLoading = () => {
acitveAxios--
if (acitveAxios <= 0) {
clearTimeout(timer)
loadingInstance && loadingInstance.close()
acitveAxios--
if (acitveAxios <= 0) {
clearTimeout(timer)
loadingInstance && loadingInstance.close()
}
}
}
//http request 拦截器
//http request 拦截器
service.interceptors.request.use(
config => {
showLoading()
......
<template>
</template>
<script>
export default {
name: "iconList"
}
</script>
<style scoped>
</style>
\ No newline at end of file
......@@ -1404,15 +1404,12 @@
</template>
<script>
import iconList from "./component/iconList"
export default {
name: 'IconList',
data() {
return {}
},
components: {
iconList
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册