Browse Source

提示信息

hl 11 tháng trước cách đây
mục cha
commit
d39847b784
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {