Просмотр исходного кода

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

332777428@qq.com 3 месяцев назад
Родитель
Сommit
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;
   },
 })