diff --git a/Admin.NET/Admin.NET.Core/Service/Server/SysServerService.cs b/Admin.NET/Admin.NET.Core/Service/Server/SysServerService.cs index 9a070f40..54444a23 100644 --- a/Admin.NET/Admin.NET.Core/Service/Server/SysServerService.cs +++ b/Admin.NET/Admin.NET.Core/Service/Server/SysServerService.cs @@ -32,7 +32,7 @@ public class SysServerService : IDynamicApiController, ITransient SysRunTime = ComputerUtil.GetRunTime(), // 系统运行时间 RemoteIp = ComputerUtil.GetIpFromOnline(), // 外网地址 LocalIp = App.HttpContext?.Connection?.LocalIpAddress!.MapToIPv4().ToString(), // 本地地址 - RuntimeInformation.FrameworkDescription, // NET框架 + FrameworkDescription = RuntimeInformation.FrameworkDescription + " / " + App.GetOptions().ConnectionConfigs[0].DbType.ToString(), // NET框架 + 数据库类型 Environment = App.HostEnvironment.IsDevelopment() ? "Development" : "Production", Wwwroot = App.WebHostEnvironment.WebRootPath, // 网站根目录 Stage = App.HostEnvironment.IsStaging() ? "Stage环境" : "非Stage环境", // 是否Stage环境 diff --git a/Web/src/views/system/region/index.vue b/Web/src/views/system/region/index.vue index 5ad6cfee..eb744081 100644 --- a/Web/src/views/system/region/index.vue +++ b/Web/src/views/system/region/index.vue @@ -45,6 +45,7 @@ 同步高德地图 同步天地图 同步国家地名信息库 + 同步民政部行政区划