项目路径:WaterCloud.Service\SystemOrganize\RoleAuthorizeService.cs文件中
//由
//var module = authorizeurldata.Find(a => a.F_UrlAddress == action || temps.Contains(a.F_Authorize));
//修改为
var module = authorizeurldata.Find(a => a.F_UrlAddress.Contains(action) || temps.Contains(a.F_Authorize));