Browse Source

去除调试代码

wukunlin 5 years ago
parent
commit
4cc980b6c3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/src/components/index/banner/index.vue

+ 0 - 4
app/src/components/index/banner/index.vue

@@ -14,13 +14,9 @@
 <script>
 import Vue from 'vue';
 import {Carousel, CarouselItem} from 'element-ui'
-import API from '@/api/'
 Vue.use(Carousel)
 Vue.use(CarouselItem)
 export default {
-    mounted () {
-        API.index.getTypes()
-    }
 }
 </script>
 <style lang="scss">