add log
This commit is contained in:
parent
a91424d995
commit
b18105f02d
|
|
@ -45,6 +45,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ request }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -88,7 +90,8 @@ export default {
|
|||
'haoran': 'eJwtzEELgjAYxvHvsqsh29ymCB28hIIElZR1G2y1ty2VJSVE3z1Tj8-vgf8HVeUhfGmPUkRDjFbTBqWbHq4wsZGtl83yPJWVXQcKpYRhHHMqGJkfPXTg9eicc4oxnrWHx9*EEFHECGVLBW5jWMn6HCRBW7njJd*WNgNrNrnbFXcZG356V94Vg7W12ydr9P0BbGAyOQ__',
|
||||
'wanghaoran': 'eJwtzEELgjAcBfDvsnO4ubnFhA6ihwIhUqEOXhZO*6dNUalF9N0z9fh*7-E*KItT56l75CPqELSZMxTajFDCzC9lqptqe2XWdihq1XVQIN-1CNlyKjx3abTtoNeTc84pIWTRER5-E0IwVwq5bgeopnPPRDluaVPGTb1P3nd7CcPMHgJ2zbFJ5HCKrDkHxzLHMmX1Dn1-G3A0Zg__'
|
||||
},
|
||||
remoteStreamList: []
|
||||
remoteStreamList: [],
|
||||
request: {}
|
||||
})
|
||||
|
||||
const settings = reactive({
|
||||
|
|
@ -475,6 +478,7 @@ export default {
|
|||
*/
|
||||
const handleSig = async() => {
|
||||
const res = await axios.get(`https://hhz.test.t-aaron.com/api/tencentCloudRtc/genUserSig/${data.userId}`)
|
||||
data.request = res
|
||||
if (res.data.code === 0) {
|
||||
data.userSig = res.data.data.userSig
|
||||
}
|
||||
|
|
@ -567,7 +571,8 @@ export default {
|
|||
position: relative;
|
||||
.local-stream-container{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
height: 0%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
.local-stream-content {
|
||||
|
|
|
|||
Loading…
Reference in New Issue