|
@@ -24,6 +24,7 @@
|
|
</el-main>
|
|
</el-main>
|
|
<el-aside width="369px">
|
|
<el-aside width="369px">
|
|
<AccountInfo ref="accountInfoRef" @showGiftDialog="showGiftDialog" />
|
|
<AccountInfo ref="accountInfoRef" @showGiftDialog="showGiftDialog" />
|
|
|
|
+ <PCContentStatic />
|
|
<ChatList />
|
|
<ChatList />
|
|
<MessageTips class="aside-module" />
|
|
<MessageTips class="aside-module" />
|
|
<AsideOthers class="aside-module" />
|
|
<AsideOthers class="aside-module" />
|
|
@@ -62,6 +63,7 @@ import { mapGetters } from 'vuex'
|
|
import { chunk } from 'lodash'
|
|
import { chunk } from 'lodash'
|
|
import { Aside, Container, Main } from 'element-ui'
|
|
import { Aside, Container, Main } from 'element-ui'
|
|
import { tryCallHooks } from '@jianyu/easy-inject-qiankun'
|
|
import { tryCallHooks } from '@jianyu/easy-inject-qiankun'
|
|
|
|
+import LeaveInfo from '@jy/plugin-leave-source'
|
|
import MessageTips from './components/MessageTips.vue'
|
|
import MessageTips from './components/MessageTips.vue'
|
|
import CommonUse from './components/CommonUse.vue'
|
|
import CommonUse from './components/CommonUse.vue'
|
|
import SubscribeList from './components/SubscribeList.vue'
|
|
import SubscribeList from './components/SubscribeList.vue'
|
|
@@ -99,6 +101,7 @@ export default {
|
|
// GiftSubmitDialog,
|
|
// GiftSubmitDialog,
|
|
MessageTips,
|
|
MessageTips,
|
|
CommonUse,
|
|
CommonUse,
|
|
|
|
+ PCContentStatic: LeaveInfo.PCContentStatic,
|
|
BusinessProfile,
|
|
BusinessProfile,
|
|
// MyCustomer,
|
|
// MyCustomer,
|
|
// CustomerWatcher,
|
|
// CustomerWatcher,
|