mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
28b367c213
commit
0ca0da5bde
@ -77,7 +77,7 @@
|
||||
|
||||
let _url = vc.getData('java110SystemInfo').propertyUrl;
|
||||
|
||||
_url += ("pages/addmeter/addmeter?configId="+_configId+"&meterType="+_meterType+"&roomId="+_roomId+"&communityId="+_communityId);
|
||||
_url += ("pages/meter/qrcodeMeter?configId="+_configId+"&meterType="+_meterType+"&roomId="+_roomId+"&communityId="+_communityId);
|
||||
|
||||
document.getElementById("roomMeterQrcodeDiv").innerHTML = "";
|
||||
let qrcode = new QRCode(document.getElementById("roomMeterQrcodeDiv"), {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user