ソースを参照

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;
   },
 })