嘀嘀嘀 1 рік тому
батько
коміт
26a2c65058
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      src/views/patrol/device/room/index.vue

+ 3 - 0
src/views/patrol/device/room/index.vue

@@ -247,7 +247,10 @@ export default {
 
 
     // 房间二维码
     // 房间二维码
     onQRCode(row) {
     onQRCode(row) {
+      console.log('ljfjkfk')
+      console.log(`https://www.zwywpt.top/exitwritoff/pages/onsitpection/selectplain/selectplain?id=${row.id}`,'l')
       let url = encodeURIComponent(`https://www.zwywpt.top/exitwritoff/pages/onsitpection/selectplain/selectplain?id=${row.id}`)
       let url = encodeURIComponent(`https://www.zwywpt.top/exitwritoff/pages/onsitpection/selectplain/selectplain?id=${row.id}`)
+      console.log(row.id)
       let qrUrl = `http://yun.huaxiyou.cc/internal.qcode.stream?dstUrl=${url}`;
       let qrUrl = `http://yun.huaxiyou.cc/internal.qcode.stream?dstUrl=${url}`;
       this.$alert(`<img id="qrcode" src="${qrUrl}" style="width:100%; height:100%">`, `【${row.name}】二维码`, {
       this.$alert(`<img id="qrcode" src="${qrUrl}" style="width:100%; height:100%">`, `【${row.name}】二维码`, {
             dangerouslyUseHTMLString: true,
             dangerouslyUseHTMLString: true,