优化:删除test_page.html无用的代码

This commit is contained in:
JianYu Zheng
2025-08-12 10:06:41 +08:00
parent 1cff39cec4
commit a1f6795d44
-13
View File
@@ -1865,19 +1865,6 @@
};
}
// 验证配置
function validateConfig(config) {
if (!config.deviceMac) {
log('设备MAC地址不能为空', 'error');
return false;
}
if (!config.clientId) {
log('客户端ID不能为空', 'error');
return false;
}
return true;
}
initApp();
</script>
</body>