diff --git a/CubeDemoNC/CubeDemoNC.csproj b/CubeDemoNC/CubeDemoNC.csproj index afde050e..36f4a511 100644 --- a/CubeDemoNC/CubeDemoNC.csproj +++ b/CubeDemoNC/CubeDemoNC.csproj @@ -39,7 +39,7 @@ - + diff --git a/CubeSSO/CubeSSO.csproj b/CubeSSO/CubeSSO.csproj index 7359c309..c7563175 100644 --- a/CubeSSO/CubeSSO.csproj +++ b/CubeSSO/CubeSSO.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj index 93e2faf3..9d53c664 100644 --- a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj +++ b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj @@ -49,7 +49,7 @@ - + diff --git a/NewLife.Cube/Common/ViewHelper.cs b/NewLife.Cube/Common/ViewHelper.cs index 363e64cc..6975147f 100644 --- a/NewLife.Cube/Common/ViewHelper.cs +++ b/NewLife.Cube/Common/ViewHelper.cs @@ -713,7 +713,7 @@ internal static Boolean MakeSearchView(Type entityType, String vpath, List().ToList(), page["roldId"], "全部", true) @Html.ForDropDownList("p", VisitStat.FindAllPageName(), page["p"], "全部页面", true) @Html.ForListBox("roleIds", Role.FindAllWithCache(), page["roleIds"]) - *@ + *@ @*@await Html.PartialAsync("_SelectDepartment", "departmentId")*@ @*@await Html.PartialAsync("_DateRange")*@ """; diff --git a/NewLife.Cube/NewLife.Cube.csproj b/NewLife.Cube/NewLife.Cube.csproj index 238c9290..461a4c31 100644 --- a/NewLife.Cube/NewLife.Cube.csproj +++ b/NewLife.Cube/NewLife.Cube.csproj @@ -99,10 +99,10 @@ - + - - + + diff --git a/NewLife.CubeNC/Areas/Admin/Controllers/UserController.cs b/NewLife.CubeNC/Areas/Admin/Controllers/UserController.cs index 3e1951f5..7b43423f 100644 --- a/NewLife.CubeNC/Areas/Admin/Controllers/UserController.cs +++ b/NewLife.CubeNC/Areas/Admin/Controllers/UserController.cs @@ -41,6 +41,7 @@ static UserController() { ListFields.RemoveField("Avatar", "RoleIds", "Online", "Age", "Birthday", "LastLoginIP", "RegisterIP", "RegisterTime"); ListFields.RemoveField("Phone", "Code", "Question", "Answer"); + ListFields.RemoveField("MailVerified", "MobileVerified"); ListFields.RemoveField("Ex1", "Ex2", "Ex3", "Ex4", "Ex5", "Ex6"); ListFields.RemoveUpdateField(); ListFields.RemoveField("Remark"); diff --git a/NewLife.CubeNC/NewLife.CubeNC.csproj b/NewLife.CubeNC/NewLife.CubeNC.csproj index 37c3171f..3a39f3cb 100644 --- a/NewLife.CubeNC/NewLife.CubeNC.csproj +++ b/NewLife.CubeNC/NewLife.CubeNC.csproj @@ -50,10 +50,10 @@ - + - - + + diff --git a/Test/Test.csproj b/Test/Test.csproj index 1f79380d..7a9e7860 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -17,6 +17,6 @@ - + \ No newline at end of file diff --git a/XUnitTest/XUnitTest.csproj b/XUnitTest/XUnitTest.csproj index 4f81ea32..7769674e 100644 --- a/XUnitTest/XUnitTest.csproj +++ b/XUnitTest/XUnitTest.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all