Commit be38ee90f1377c5025a6ab4cede1b76cb86224f9

Authored by fengtao
1 parent 232f91fc

refractor:移除底部tabbar

... ... @@ -23,17 +23,11 @@
23 23 </view>
24 24 </view>
25 25 </view>
26   - <f-tabbar></f-tabbar>
27 26 </view>
28 27 </template>
29 28
30 29 <script>
31   -import fTabbar from '@/components/module/f-tabbar/f-tabbar';
32   -
33 30 export default {
34   - components: {
35   - fTabbar
36   - },
37 31 data() {
38 32 return {
39 33 notifyList: {}
... ...