|
@@ -24,10 +24,6 @@ export function unSubscribeStream(unSubStream) {
|
|
|
export function initListener(vue) {
|
|
|
rtc.on('login_success', data => {
|
|
|
console.log('登录成功', data);
|
|
|
- Message({
|
|
|
- message: i18n.t('Key442'),
|
|
|
- type: 'success'
|
|
|
- });
|
|
|
});
|
|
|
|
|
|
rtc.on('login_failed', data => {
|