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

iconList 组件修复

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