From a7b7e4e99a4b61f07face097f10673386d63cacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Tue, 20 May 2025 14:54:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/pdaDownload/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/pdaDownload/index.vue b/src/views/system/pdaDownload/index.vue index c1a4762..939a8e7 100644 --- a/src/views/system/pdaDownload/index.vue +++ b/src/views/system/pdaDownload/index.vue @@ -65,7 +65,7 @@ function creatCode() { hints.set(EncodeHintType.MARGIN, 1); try { // 'http://192.168.1.73:8086/PDA.apk' - const url = "http://172.22.10.225/"; + const url = "http://172.22.10.218/"; const result = writer.encode(url + 'PDA.apk', BarcodeFormat.QR_CODE, 200, 200, hints); const canvas = document.createElement('canvas');