Commit ee6c32a2 authored by 黄奎's avatar 黄奎

页面修改

parent fc91fa9e
......@@ -32,7 +32,6 @@ namespace EduSpider.Model.Extend
/// </summary>
public string teacherLogo { get; set;}
/// <summary>
/// 封面图
/// </summary>
......
......@@ -306,7 +306,7 @@ namespace EduSpider.Spiders.ClassInRule
string coverImg = "";
if (!string.IsNullOrWhiteSpace(tempCoverImg))
{
coverImg = "https://console.eeo.cn/" + "upload /images/" + tempCoverImg;
coverImg = "https://console.eeo.cn/upload/images/" + tempCoverImg;
}
courseModel.coverImg = coverImg;
list.Add(courseModel);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment