1
@@ -26,7 +26,7 @@ export default defineComponent({
mounted() {
let canvas = document.getElementById('canvas');
let text = this.url;
- QRCode.toCanvas(canvas, text, {width:80},function (error) {
+ QRCode.toCanvas(canvas, text, {width:79,margin:1},function (error) {
if (error){
console.error(error);
}
@@ -403,7 +403,7 @@ export const startLive = async (resetTime = true) => {
type: '1',
roomUid: runtime.roomUid,
userId: state.user?.speakerId,
- }
+ },
})
runtime.videoStatus = 'liveing'