关闭dev环境下的一些启动项以防占资源

master
lxw 5 months ago
parent 7f7a9ad088
commit 09993a89f2

@ -197,7 +197,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR
{
await DoSubTopic(SubTopic);
SendVehicleCertification(new VehicleCertification()
/*SendVehicleCertification(new VehicleCertification()
{
dt = DateTime.Now,
en = 1,
@ -205,7 +205,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR
rfid= "LZ5NB6D33RB000438",
ty= 2,
vi ="LZ5NB6D33RB000438"
});
});*/
// SendSignIn(new SignIn()
// {
// sn = StaticStationInfo.StationNo,

@ -77,7 +77,7 @@
}
},
"cloud": {
"enable": true
"enable": false
},
"plc": {
"enable": true
@ -86,6 +86,6 @@
"enable": true
},
"task": {
"enable": true
"enable": false
}
}
Loading…
Cancel
Save