This commit is contained in:
zhangtao 2022-10-24 09:45:53 +08:00
parent a91424d995
commit b18105f02d
1 changed files with 7 additions and 2 deletions

View File

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