Skip to content

Commit 82701ad

Browse files
committed
修复bootstrap-table 换页后刷新pageIndex不重置问题
1 parent 9c49d58 commit 82701ad

6 files changed

Lines changed: 6 additions & 13 deletions

File tree

ant.mgr/mgr.core/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public IActionResult Index()
2020

2121
public ActionResult DashBord()
2222
{
23-
return Content($"Version{ typeof(Startup).Assembly.GetName().Version.ToString()}");
23+
return Content($"Ant后台快速开发框架 版本号{ typeof(Startup).Assembly.GetName().Version.ToString()}");
2424
}
2525
}
2626
}

ant.mgr/mgr.core/Views/Shared/_HomeLayout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<ul class="nav navbar-top-links navbar-right">
6565

6666
<li class="hidden-xs">
67-
<a href="mailto:1877682825@qq.com?subject=[AntMgr] Support" data-index="0"><i class="fa fa-envelope"></i> 技术支持</a>
67+
<a href="https://github.com/yuzd/AntMgr" target="_blank" data-index="0"><i class="fa fa-envelope"></i>GitHub咨询</a>
6868
</li>
6969
<li class="dropdown hidden-xs">
7070
<a class="J_menuItem right-sidebar-toggle" data-toggle="dropdown" aria-expanded="false" href="~/Admin/Account/UserDetail">
@@ -115,7 +115,7 @@
115115
</div>
116116
<div class="footer">
117117
<div class="pull-right">
118-
&copy; 2018 <a href="#" target="">Ant</a>
118+
&copy; 2018 <a href="https://github.com/yuzd/AntMgr" target="_blank">Ant</a>
119119
</div>
120120
</div>
121121
</div>

ant.mgr/mgr.core/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<script src="~/js/plugins/layer/laydatev5.0.85/laydate.js"></script>
5555
<script src="~/js/plugins/tipped-4.4.1-light/js/tipped/tipped.js?201811201906"></script>
5656
<!-- Bootstrap table -->
57-
<script src="~/js/plugins/bootstrap-table/bootstrap-table.min.js?201811201906"></script>
57+
<script src="~/js/plugins/bootstrap-table/bootstrap-table.min.js?201907081404"></script>
5858
<script src="~/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js?201811201906"></script>
5959
<script src="~/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js?201811201906"></script>
6060
<script src="~/js/plugins/select2/select2.min.js?201811201906"></script>

ant.mgr/mgr.core/ant.mgr.core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<Version>2.0</Version>
6+
<Version>2.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

ant.mgr/mgr.core/wwwroot/js/plugins/bootstrap-table/bootstrap-table.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ant.mgr/mgr.core/wwwroot/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CNS.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)