diff --git a/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs b/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs index 8908b53..0c5870a 100644 --- a/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs +++ b/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs @@ -91,7 +91,7 @@ namespace ICS.Application.Business.Service var query = from a in _userRepository.GetAll() .Where(x => !subquery.Contains(x.Id)) - .Where(x => x.UserName != "admin") + .Where(x => x.UserName != "admin"&& !x.UserName.Contains("Admin")) select new UserDto { Id = a.Id, diff --git a/src/vue/public/assets/appconfig.dev.json b/src/vue/public/assets/appconfig.dev.json index 4ab1f40..58c0897 100644 --- a/src/vue/public/assets/appconfig.dev.json +++ b/src/vue/public/assets/appconfig.dev.json @@ -1,5 +1,5 @@ { - "remoteServiceBaseUrl": "http://172.16.21.29:6698", + "remoteServiceBaseUrl": "http://localhost:6698", "uploadApiUrl": "/api/File/Upload", "portalBaseUrl": "http://localhost:38772", "localeMappings": [