|
@@ -173,6 +173,7 @@
|
|
this.corpId = this.getQueryParam('corpId')
|
|
this.corpId = this.getQueryParam('corpId')
|
|
this.memberId = this.getQueryParam('memberId')
|
|
this.memberId = this.getQueryParam('memberId')
|
|
this.sessionId = this.getQueryParam('sessionId')
|
|
this.sessionId = this.getQueryParam('sessionId')
|
|
|
|
+ document.title = this.getQueryParam('sessionName')
|
|
this.chatData()
|
|
this.chatData()
|
|
this.startPolling()
|
|
this.startPolling()
|
|
},
|
|
},
|