|
|
@ -1,6 +1,5 @@
|
|
|
|
'use strict'
|
|
|
|
'use strict'
|
|
|
|
|
|
|
|
|
|
|
|
import router from '../router'
|
|
|
|
|
|
|
|
import Vue from 'vue'
|
|
|
|
import Vue from 'vue'
|
|
|
|
import _ from 'lodash'
|
|
|
|
import _ from 'lodash'
|
|
|
|
import {
|
|
|
|
import {
|
|
|
@ -394,7 +393,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async forwardHome (context) {
|
|
|
|
async forwardHome (context) {
|
|
|
|
if (context.rootState.route?.path === '/user/dashboard' && !context.getters.isRtcEngineUiVisible) {
|
|
|
|
if (context.rootState.route?.path === '/user/dashboard' && !context.getters.isRtcEngineUiVisible) {
|
|
|
|
await router.push({ path: '/user/conversations' })
|
|
|
|
await this.$router.push({ path: '/user/conversations' })
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async getCustomLogo (context) {
|
|
|
|
async getCustomLogo (context) {
|
|
|
|