hl 11 месяцев назад
Родитель
Сommit
d39847b784
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/web.js

+ 1 - 1
src/web.js

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