电池监控

This commit is contained in:
wallace5303
2021-10-12 11:53:09 +08:00
parent 0f9187d009
commit c4e6297027
2 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ export default {
self.$message.info(result.msg);
}
})
this.$ipc.send('example.initPowerMonitor', '');
}
}
};