jtable控件样式中会使用到谷歌字体,每次访问都特别慢
【..\MyCompanyName.AbpZeroTemplate.Web\libs\jquery-jtable\themes\metro\blue\jtable.css】
并注释掉谷歌相关的连接,然后保存
ASP.NET Zero--4.不使用谷歌字体,提升加载速度
 

2.打开StylePaths.cs文件

【..\MyCompanyName.AbpZeroTemplate.Web\App_Start\Bundling\StylePaths.cs】
把jtable.min.css替换为jtable.css,保存并生成

相关文章:

  • 2021-05-27
  • 2021-06-05
  • 2021-07-11
  • 2021-12-01
  • 2021-09-08
  • 2021-06-16
  • 2021-05-10
  • 2021-11-17
猜你喜欢
  • 2021-10-23
  • 2021-12-09
  • 2021-04-20
  • 2021-04-24
  • 2021-09-10
相关资源
相似解决方案