...
|
...
|
@@ -172,7 +172,7 @@ class FileApi { |
|
|
}).skip(skip).limit(limit).exec();
|
|
|
|
|
|
_.forEach(result, perLog => {
|
|
|
perLog.link = _.get(CDNCONFIG, 'feature.origin') + perLog.actPath + '/index.html';
|
|
|
perLog.link = _.get(CDNCONFIG, 'feature.origin') + '/' + perLog.actPath + '/index.html';
|
|
|
});
|
|
|
|
|
|
return result;
|
...
|
...
|
|