@@ -82,7 +82,7 @@ function init() {
logger.info('--web 启动');
}
-// node-已上线-上报1
+// node-已上线-上报
function robotNodeStatus() {
var config = getRustConfig()
http.request_post(`${config.baseUrl}/report/beOnline`, {}, {...config.headers}).then((data) => {