#3 문제 해결

일부 안 맞는 소스 수정
This commit is contained in:
hakasenyang
2017-01-06 08:51:01 +09:00
parent 1c7e0a46a3
commit 854735594b
3 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ var EpisodePage = function (_React$Component) {
}, {
key: '_convertUrl',
value: function _convertUrl(url) {
if (url.toLowerCase().indexOf("yuncomic") > -1) {
if (url.toLowerCase().indexOf("wasabisyrup") > -1) {
//var comps = url.split('/').slice(3);
//return config.apiUrl + "/image_parse.php?url=" + url;
//return config.apiUrl + "/image/" + comps.join("/");