Browse Source

去除调试代码

wukunlin 5 năm trước cách đây
mục cha
commit
4cc980b6c3
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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">