|
@@ -146,7 +146,8 @@ public class ElCourseServiceImpl implements IElCourseService {
|
|
|
url=fileConfigUtils.getRemoteUrl()+tChild.getChapterData();
|
|
url=fileConfigUtils.getRemoteUrl()+tChild.getChapterData();
|
|
|
}*/
|
|
}*/
|
|
|
//通过配置加载文件域名
|
|
//通过配置加载文件域名
|
|
|
- url = fileConfigUtils.getFileDomainApp() + tChild.getChapterData();
|
|
|
|
|
|
|
+ url = tChild.getChapterData();
|
|
|
|
|
+// url = fileConfigUtils.getFileDomainApp() + tChild.getChapterData();
|
|
|
tChild.setChapterData(url);
|
|
tChild.setChapterData(url);
|
|
|
}
|
|
}
|
|
|
|
|
|