瀏覽代碼

【修改】添加图片;logo设置;

西昌缴费二期
dyy 2 年之前
父節點
當前提交
d128b5a8df
共有 5 個文件被更改,包括 8 次插入0 次删除
  1. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/LogoImgController.cs
  2. 二進制
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/applogo.png
  3. 二進制
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/data.png
  4. 二進制
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/headbg.png
  5. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj

+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/LogoImgController.cs 查看文件

@@ -121,6 +121,12 @@ namespace Learun.Application.Web.Areas.LR_SystemModule.Controllers
case "applogo":
var byteapplogo = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "applogo.png"));
return File(byteapplogo, "image/jpeg");
case "headbg":
var byteheadbg = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "headbg.png"));
return File(byteheadbg, "image/jpeg");
case "data":
var bytedata = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "data.png"));
return File(bytedata, "image/jpeg");
}
}
}


二進制
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/applogo.png 查看文件

Before After
Width: 100  |  Height: 100  |  Size: 7.0 KiB Width: 1468  |  Height: 1259  |  Size: 254 KiB

二進制
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/data.png 查看文件

Before After
Width: 144  |  Height: 70  |  Size: 2.3 KiB

二進制
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/headbg.png 查看文件

Before After
Width: 1254  |  Height: 40  |  Size: 39 KiB

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj 查看文件

@@ -1942,6 +1942,8 @@
<Content Include="Content\images\Login\user4.png" />
<Content Include="Content\images\Login\user5.png" />
<Content Include="Content\images\Login\verCode.png" />
<Content Include="Content\images\logo\data.png" />
<Content Include="Content\images\logo\headbg.png" />
<Content Include="Content\images\OnlineRegistrate\bj1.png" />
<Content Include="Content\images\OnlineRegistrate\error.png" />
<Content Include="Content\images\OnlineRegistrate\ewm_03.png" />


Loading…
取消
儲存