Kaynağa Gözat

提示信息

hl 11 ay önce
ebeveyn
işleme
d39847b784
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) => {