Commit af07b1311e7fc358f36dd2336147343a80076e40

Authored by fengwotao
1 parent ec1f6ee6

perf: 优化重构app,优化主分包体积大小

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