Browse Source

FixIPAddress

Zixuan 3 days ago
parent
commit
a193dc1fe8

+ 1 - 1
Configs/ConfigFile/IOList/Mini8-6.xml

@@ -2,7 +2,7 @@
 <AddressSaveXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<Mini8>
 		<Index>5</Index>
-		<Address>192.168.250.16</Address>
+		<Address>192.168.250.15</Address>
 		<Port>502</Port>
 		<Interval>200</Interval>
 		<GroupeCount>125</GroupeCount>

+ 1 - 1
Configs/ConfigFile/IOList/Mini8-7.xml

@@ -2,7 +2,7 @@
 <AddressSaveXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<Mini8>
 		<Index>6</Index>
-		<Address>192.168.250.17</Address>
+		<Address>192.168.250.16</Address>
 		<Port>502</Port>
 		<Interval>200</Interval>
 		<GroupeCount>125</GroupeCount>

+ 1 - 1
Configs/ConfigFile/IOList/Mini8-8.xml

@@ -2,7 +2,7 @@
 <AddressSaveXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<Mini8>
 		<Index>7</Index>
-		<Address>192.168.250.18</Address>
+		<Address>192.168.250.17</Address>
 		<Port>502</Port>
 		<Interval>200</Interval>
 		<GroupeCount>125</GroupeCount>

+ 1 - 1
Configs/ConfigFile/IOList/Mini8-9.xml

@@ -2,7 +2,7 @@
 <AddressSaveXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<Mini8>
 		<Index>8</Index>
-		<Address>192.168.250.19</Address>
+		<Address>192.168.250.18</Address>
 		<Port>502</Port>
 		<Interval>200</Interval>
 		<GroupeCount>125</GroupeCount>

BIN
MinicsUI/MultiLanguage/Languages.xlsx


+ 2 - 0
MinicsUI/ViewModels/LoginViewModel.cs

@@ -27,6 +27,8 @@ partial class LoginViewModel : ObservableObject
         this.UserInfo.Authority = UserAuthority.Guest;
         _eventAggregator.GetEvent<WindowSwitch>().Page = Pages.MainWindow;
         _eventAggregator.GetEvent<WindowSwitch>().Publish();
+
+      
     }
 
     [RelayCommand]