|
|
@@ -224,7 +224,7 @@ class DashboardService {
|
|
|
return {
|
|
|
resId: art.resId,
|
|
|
name: art.name,
|
|
|
- thumbnail: art.pageId ? `http://color2.jccytech.cn/thumbs/v2/page/320/${art.pageId}.png` : "",
|
|
|
+ thumbnail: `http://color2.jccytech.cn/thumbs/v2/page/320/${art.resId}.png`,
|
|
|
clickCount: stat.clickCount,
|
|
|
completionCount: stat.completionCount,
|
|
|
clickRate: parseFloat(clickRate.toFixed(4)),
|