|
@@ -44,8 +44,10 @@ import guestInter from './guestInter/index.vue';
|
|
import dictionary from './dictionary/index.vue';
|
|
import dictionary from './dictionary/index.vue';
|
|
import business from './business/index.vue';
|
|
import business from './business/index.vue';
|
|
import manager from './manager/index.vue';
|
|
import manager from './manager/index.vue';
|
|
|
|
+import bindWx from './bindWx/index.vue';
|
|
import heads from '@/layout/userCenter/heads.vue';
|
|
import heads from '@/layout/userCenter/heads.vue';
|
|
import foot from '@/layout/live/foot.vue';
|
|
import foot from '@/layout/live/foot.vue';
|
|
|
|
+
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
@@ -67,6 +69,7 @@ export default {
|
|
dictionary,
|
|
dictionary,
|
|
business,
|
|
business,
|
|
manager,
|
|
manager,
|
|
|
|
+ bindWx,
|
|
menus,
|
|
menus,
|
|
top,
|
|
top,
|
|
},
|
|
},
|