diff --git a/BPASmartClient.ScreenALL/App.config b/BPASmartClient.ScreenALL/App.config index 217f21bd..c3b080f6 100644 --- a/BPASmartClient.ScreenALL/App.config +++ b/BPASmartClient.ScreenALL/App.config @@ -2,7 +2,7 @@ - + diff --git a/BPASmartClient.ScreenMaxWok/App.config b/BPASmartClient.ScreenMaxWok/App.config index 217f21bd..5dc40a52 100644 --- a/BPASmartClient.ScreenMaxWok/App.config +++ b/BPASmartClient.ScreenMaxWok/App.config @@ -2,9 +2,9 @@ - + - + diff --git a/BPASmartClient.ScreenMinWok/App.config b/BPASmartClient.ScreenMinWok/App.config index effd5401..9c5519bf 100644 --- a/BPASmartClient.ScreenMinWok/App.config +++ b/BPASmartClient.ScreenMinWok/App.config @@ -3,9 +3,9 @@ - + - + diff --git a/BPASmartClient.ScreenMorks/App.config b/BPASmartClient.ScreenMorks/App.config index 217f21bd..ad297a84 100644 --- a/BPASmartClient.ScreenMorks/App.config +++ b/BPASmartClient.ScreenMorks/App.config @@ -2,9 +2,9 @@ - + - + diff --git a/BPASmartClient.ScreenSplitMeals/App.config b/BPASmartClient.ScreenSplitMeals/App.config index 6a091a57..87aa80b6 100644 --- a/BPASmartClient.ScreenSplitMeals/App.config +++ b/BPASmartClient.ScreenSplitMeals/App.config @@ -2,15 +2,15 @@ - + - + - - + + \ No newline at end of file diff --git a/WpfTest/MainWindow.xaml.cs b/WpfTest/MainWindow.xaml.cs index e436d4a4..f14383d8 100644 --- a/WpfTest/MainWindow.xaml.cs +++ b/WpfTest/MainWindow.xaml.cs @@ -29,7 +29,7 @@ namespace WpfTest /// /// MQTT连接信息 /// - public string MQTTConnection { get; set; } = "10.2.1.254,1883,admin,public"; + public string MQTTConnection { get; set; } = "171.221.208.23,11883,admin,public1"; /// /// Mqtt是否运行