feige
2025-05-20 1e264767dd2ac93e83b57b4e8e6626621fff4c6f
ruoyi-ui/src/views/qrcode/pdfShow.vue
@@ -91,7 +91,7 @@
      if (this.is_weixin()) {
         //alert(123)
         this.msk = true
           window.location = "www.bendudu.com"
         }
         else{
            this.msk = false;
@@ -127,4 +127,18 @@
    .psf{
      margin-right: 20px;
    }
   .block {
     width: 100%;
     height: 400px;
     background-color: gray;
     background-image: url("/live_weixin.png");//默认路劲为public下
     background-size: 100% 100%;
   }
   .blocks {
     width: 100%;
     height: 400px;
     background-color: gray;
     background-size: 100% 100%;
   }
</style>