|
@@ -109,8 +109,8 @@ export const mutualMixin = {
|
|
|
/* 表格行的点击事件 */
|
|
|
handleRowClick(row, key) {
|
|
|
if (key === "Title") {
|
|
|
- if (SpecialType > 0) {
|
|
|
- let href = `${process.env.CYGX_WEB}/column/detail/${this.$route.query.id}`;
|
|
|
+ if (row.SpecialType > 0) {
|
|
|
+ let href = `${process.env.CYGX_WEB}/column/detail/${row.ArticleId}`;
|
|
|
window.open(href, "_blank");
|
|
|
return;
|
|
|
}
|