diff --git a/Host/Views.Mobile/Product/Soft.cshtml b/Host/Views.Mobile/Product/Soft.cshtml
index 6d7242c..d96e091 100644
--- a/Host/Views.Mobile/Product/Soft.cshtml
+++ b/Host/Views.Mobile/Product/Soft.cshtml
@@ -48,19 +48,20 @@
\ No newline at end of file
diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml
index f84bc72..d5abfd7 100644
--- a/Host/Views/Product/Soft.cshtml
+++ b/Host/Views/Product/Soft.cshtml
@@ -102,9 +102,19 @@
代理商专用客户端
+
+
+
+
@@ -113,19 +123,7 @@
-
-
-
-
-
+
@@ -133,7 +131,17 @@
强子IP-安卓端
+
+
+
+
-
-
-
diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml
index 07a8c5e..6a24003 100644
--- a/Host/Views/User/MyAccounts.cshtml
+++ b/Host/Views/User/MyAccounts.cshtml
@@ -243,7 +243,6 @@
登录时间
在线时间
服务器Ip
- 登录ip
上行
下行
操作
@@ -254,7 +253,6 @@
{{item.LoginTime}}
{{item.OnlineTime}}
{{item.ServerIP}}
- {{item.LoginIP}}
{{item.UpStream}}
{{item.DownStream}}
强制离线
diff --git a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
index 930c0ba..2fd2f3d 100644
--- a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
+++ b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
@@ -501,7 +501,7 @@ namespace Hncore.Pass.Vpn.Service
Account = account,
ServerIP = jsondata["server_ip"].ToString(),
LoginTime = jsondata["online_time"].ToString(),
- OnlineTime = jsondata["online_time"].ToString(),
+ OnlineTime = "",
LoginIP = jsondata["client_ip"].ToString(),
UpStream = "",
DownStream = "",