Showing
1 changed file
with
0 additions
and
5 deletions
| ... | ... | @@ -48,20 +48,15 @@ |
| 48 | 48 | <!-- #endif --> |
| 49 | 49 | </view> |
| 50 | 50 | <view style="height: 20rpx;"></view> |
| 51 | - <f-tabbar></f-tabbar> | |
| 52 | 51 | </view> |
| 53 | 52 | </view> |
| 54 | 53 | </template> |
| 55 | 54 | |
| 56 | 55 | <script> |
| 57 | -import fTabbar from '@/components/module/f-tabbar/f-tabbar'; | |
| 58 | 56 | import baseUrl from '@/config/baseUrl.js'; |
| 59 | 57 | import { mapState } from 'vuex'; |
| 60 | 58 | |
| 61 | 59 | export default { |
| 62 | - components: { | |
| 63 | - fTabbar | |
| 64 | - }, | |
| 65 | 60 | data() { |
| 66 | 61 | return { |
| 67 | 62 | feedbackData: { | ... | ... |