From d723de3922d44191c6841e488c34d5fa739a6ae0 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Wed, 28 Nov 2018 10:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E5=90=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=EF=BC=9A=E4=BA=8C=E7=BB=B4=E7=A0=81url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/PurchaseContractSearch/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue index 96637d74..3c214440 100644 --- a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue @@ -246,7 +246,8 @@ export default { quality: 0.3 } } - const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum + // const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum + const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum QRCode.toDataURL(str, opts, function(err, url) { if (err) throw err const img = document.getElementById('img')