|
@@ -147,7 +147,7 @@ export default {
|
|
|
client_: null,
|
|
|
localStream_: null,
|
|
|
sdkAppId_: '1400380125',
|
|
|
- userId_: '',
|
|
|
+ userId_: '123123',
|
|
|
roomInfos: {},
|
|
|
sendmemo: '',
|
|
|
total: 0,
|
|
@@ -494,7 +494,7 @@ export default {
|
|
|
console.log(this.sendmemo);
|
|
|
},
|
|
|
async initclient() {
|
|
|
- this.userId_ = this.user.uid;
|
|
|
+ // this.userId_ = this.user.uid;
|
|
|
const res = await this.gensignFetch({ userid: this.userId_ });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.client_ = TRTC.createClient({
|
|
@@ -800,7 +800,7 @@ export default {
|
|
|
}
|
|
|
.look-video-right {
|
|
|
float: right;
|
|
|
- background: red;
|
|
|
+ background: #000;
|
|
|
grid-area: 1/1/3/4;
|
|
|
justify-content: flex-end;
|
|
|
}
|