feige
2025-05-21 278cf9604188e81b4c45698ecde6873f5d44b330
ruoyi-ui/src/views/qrcode/pdfShow.vue
@@ -18,7 +18,7 @@
        </div> -->
      
   <el-dialog 
       v-if="msk">
       :visible.sync="msk" >
         <p class="op65">点击右上角按钮,然后在弹出的菜单中,点击在浏览器中打开,即可下载视频</p>
         
   </el-dialog>
@@ -88,10 +88,11 @@
         }
     },
     handleDownload(url) {
alert(90)
      if (this.is_weixin()) {
         //alert(123)
         alert(123)
         this.msk = true
           window.location.href = "www.bendudu.com"
         }
         else{
            this.msk = false;
@@ -127,4 +128,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>