This commit is contained in:
紫云徽 2024-08-12 16:03:35 +08:00
parent 107dc62e40
commit bc6936def1

View File

@ -168,7 +168,7 @@
btn2.setAttribute('cidrgroup', 'proxy');
btn2.setAttribute('deviceid', list[i].id);
btn2.append('切换至Proxy');
td1.append(list[i].comment === '' ? list[i].host : list[i].comment);
td1.append(list[i].comment === undefined ? list[i].host : list[i].comment);
td2.append(list[i].address);
td3.append(list[i].mac);
td4.append(btn1);