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 | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/qrcode/pdfShow.vue b/ruoyi-ui/src/views/qrcode/pdfShow.vue index 7c04102..496945d 100644 --- a/ruoyi-ui/src/views/qrcode/pdfShow.vue +++ b/ruoyi-ui/src/views/qrcode/pdfShow.vue @@ -88,10 +88,11 @@ } }, handleDownload(url) { - +alert(90) if (this.is_weixin()) { - //alert(123) - this.msk = true + alert(123) + //this.msk = true + window.location.href = "www.bendudu.com" } else{ this.msk = false; @@ -127,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