|
@@ -139,6 +139,8 @@ struct WorkshopPage {
|
|
|
await this.createClient();
|
|
|
await this.connect();
|
|
|
await this.subscribe();
|
|
|
+ this.issueControlCommand('Charging1Set', 1)
|
|
|
+ this.issueControlCommand('Charging2Set', 1)
|
|
|
}, 30000);
|
|
|
} catch (e) {
|
|
|
console.log('hhtest', '创建mqtt失败' + e);
|