Merge branch 'feature/upload' of git.yoho.cn:OPENTECH/yoho-node-ci into feature/upload
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -125,7 +125,7 @@ | @@ -125,7 +125,7 @@ | ||
125 | result.data.forEach(function(item){ | 125 | result.data.forEach(function(item){ |
126 | $uploadList.append(` | 126 | $uploadList.append(` |
127 | <tr> | 127 | <tr> |
128 | - <td><a href="${item.actPath}">${item.actPath}</a></td> | 128 | + <td><a href="${item.link}">${item.actPath}</a></td> |
129 | <td style="text-align:center;">${item.fileName}</td> | 129 | <td style="text-align:center;">${item.fileName}</td> |
130 | <td style="text-align:center;">${item.date}</td> | 130 | <td style="text-align:center;">${item.date}</td> |
131 | <td style="text-align:center;">${item.username}</td> | 131 | <td style="text-align:center;">${item.username}</td> |
-
Please register or login to post a comment