From a58144a284aa8c199a7c6ba31b9aedbcf379e453 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期三, 21 五月 2025 22:20:38 +0800
Subject: [PATCH] 发发发

---
 ruoyi-ui/src/views/qrcode/pdfShow.vue |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/qrcode/pdfShow.vue b/ruoyi-ui/src/views/qrcode/pdfShow.vue
index 2409009..496945d 100644
--- a/ruoyi-ui/src/views/qrcode/pdfShow.vue
+++ b/ruoyi-ui/src/views/qrcode/pdfShow.vue
@@ -16,7 +16,12 @@
            <el-link :href="'/register'" class="psf" type="success">娉ㄥ唽             </el-link>
                 <el-link :href="'/login'" type="success">鐧诲綍</el-link>
         </div> -->
-
+		
+	<el-dialog 
+		 :visible.sync="msk" >
+			<p class="op65">鐐瑰嚮鍙充笂瑙掓寜閽紝鐒跺悗鍦ㄥ脊鍑虹殑鑿滃崟涓紝鐐瑰嚮鍦ㄦ祻瑙堝櫒涓墦寮�锛屽嵆鍙笅杞借棰�</p>
+			
+	</el-dialog>
   </div>
 </template>
 
@@ -34,6 +39,7 @@
 		  fileLs:[],
 		  pdfSrc: '',
           numPages: undefined,
+		  msk: false,
     }
   },
   mounted() {
@@ -82,12 +88,14 @@
 	      }
 	  },
 	  handleDownload(url) {
-
+alert(90)
 		if (this.is_weixin()) {
-			//alert(123)
-			window.location='www.bendudu.com'
+			alert(123)
+			//this.msk = true
+			  window.location.href = "www.bendudu.com"
 			}
 			else{
+				this.msk = false;
 			var formData = {'path':url.replace(process.env.VUE_APP_BASE_TRUE_API,"")};
 			let lens = formData.path.split(".")
 			let suffix = lens[lens.length-1] 
@@ -120,4 +128,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>

--
Gitblit v1.9.1