소스 검색

feature: 删除重复注销mqtt clinet数据

332777428@qq.com 3 달 전
부모
커밋
6d865ce27b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pages/pageA/index/index.js

+ 0 - 1
pages/pageA/index/index.js

@@ -1212,7 +1212,6 @@ Page({
       return;
     };
     constant.app.globalData.client.end(true);
-    constant.app.globalData.client.end(true);
     constant.app.globalData.client = null;
   },
 })