From 1e264767dd2ac93e83b57b4e8e6626621fff4c6f Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 20 五月 2025 22:41:03 +0800
Subject: [PATCH] 修改了bug

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

diff --git a/ruoyi-ui/src/views/qrcode/pdfShow.vue b/ruoyi-ui/src/views/qrcode/pdfShow.vue
index 7c04102..a3afdac 100644
--- a/ruoyi-ui/src/views/qrcode/pdfShow.vue
+++ b/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");//榛樿璺姴涓簆ublic涓�
+	  background-size: 100% 100%;
+	}
+	.blocks {
+	  width: 100%;
+	  height: 400px;
+	  background-color: gray;
+	  background-size: 100% 100%;
+	}
 </style>

--
Gitblit v1.9.1