浏览代码

【修改】添加图片;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 查看文件

之前 之后
宽度: 100  |  高度: 100  |  大小: 7.0 KiB 宽度: 1468  |  高度: 1259  |  大小: 254 KiB

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

之前 之后
宽度: 144  |  高度: 70  |  大小: 2.3 KiB

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

之前 之后
宽度: 1254  |  高度: 40  |  大小: 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" />


正在加载...
取消
保存