fix
zhangqian
2023-10-30 10c65da3d2af7056f48d9301e83f53f102f76e18
conf/config.go
@@ -77,7 +77,8 @@
   }
   Prompt struct {
      SafeProduce string `json:"safeProduce,omitempty"`
      SafeProduce     string `json:"safeProduce,omitempty"`
      PlcNotConnected string `json:"plcNotConnected,omitempty"`
   }
   config struct {
@@ -122,6 +123,9 @@
   if err := Viper.Unmarshal(&Conf); err != nil {
      log.Fatalf("Unmarshal err:%v", err)
   }
   if Conf.PLC.StandbyTime == 0 {
      Conf.PLC.StandbyTime = 300 //5分钟
   }
   ShowConfig()
}