系统新增一个数据库连接字符串信息,客户端的数据由服务器初始化,v1.7.11
This commit is contained in:
@@ -124,6 +124,7 @@ namespace 软件系统浏览器模版.Controllers
|
||||
json = JObject.Parse(result.Content);
|
||||
//例如公告数据
|
||||
UserClient.Announcement = SoftBasic.GetValueFromJsonObject(json, nameof(UserClient.Announcement), "");
|
||||
CommonLibrary.DataBaseSupport.SqlServerSupport.ConnectionString = SoftBasic.GetValueFromJsonObject(json, nameof(ServerSettings.SqlServerStr), "");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user