Showing
2 changed files
with
0 additions
and
8 deletions
... | ... | @@ -48,11 +48,6 @@ |
48 | 48 | <script> |
49 | 49 | var clear; |
50 | 50 | import fTabbar from '@/components/module/f-tabbar/f-tabbar'; |
51 | - import fNavbar from '@/components/module/f-navbar/f-navbar'; | |
52 | - import { | |
53 | - mapState, | |
54 | - mapMutations | |
55 | - } from 'vuex'; | |
56 | 51 | import { |
57 | 52 | loginPasswordReg, |
58 | 53 | useShowToast |
... | ... | @@ -62,7 +57,6 @@ |
62 | 57 | export default { |
63 | 58 | components: { |
64 | 59 | fTabbar, |
65 | - fNavbar | |
66 | 60 | }, |
67 | 61 | props: { |
68 | 62 | show: { | ... | ... |
... | ... | @@ -62,7 +62,6 @@ |
62 | 62 | |
63 | 63 | <script> |
64 | 64 | import fTabbar from '@/components/module/f-tabbar/f-tabbar'; |
65 | - import fNavbar from '@/components/module/f-navbar/f-navbar'; | |
66 | 65 | import bindAccountModal from './components/bind-account-modal.vue' |
67 | 66 | import logoutAccountModal from './components/logout-account-modal.vue' |
68 | 67 | import { mapState,mapMutations } from 'vuex'; |
... | ... | @@ -72,7 +71,6 @@ |
72 | 71 | export default { |
73 | 72 | components: { |
74 | 73 | fTabbar, |
75 | - fNavbar, | |
76 | 74 | bindAccountModal, |
77 | 75 | logoutAccountModal, |
78 | 76 | }, | ... | ... |