fei
2025-09-21 1dbcc7c8bf3434048b74a8b762976d7549c00013
ruoyi-ui/src/views/qrcode/pdfShow.vue
@@ -90,8 +90,8 @@
     handleDownload(url) {
      if (this.is_weixin()) {
         //alert(123)
         this.msk = true
         //window.location.href = "www.bendudu.com"
         }
         else{
            this.msk = false;
@@ -127,4 +127,17 @@
    .psf{
      margin-right: 20px;
    }
   .block {
     width: 100%;
     height: 400px;
     background-color: gray;
     background-size: 100% 100%;
   }
   .blocks {
     width: 100%;
     height: 400px;
     background-color: gray;
     background-size: 100% 100%;
   }
</style>