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

master
lxw 5 months ago
parent 7f7a9ad088
commit 09993a89f2

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

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