瀏覽代碼

提示信息

hl 11 月之前
父節點
當前提交
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) => {