fix:修改地址

This commit is contained in:
郭飞 2025-05-20 14:54:28 +08:00
parent 1bf7ca09f5
commit a7b7e4e99a

View File

@ -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');