Showing
1 changed file
with
0 additions
and
6 deletions
... | ... | @@ -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: {} | ... | ... |