diff --git a/src/components/News/index.vue b/src/components/News/index.vue index 9285c5b..1cb19de 100644 --- a/src/components/News/index.vue +++ b/src/components/News/index.vue @@ -198,11 +198,11 @@ /** * 单个内容详情 */ - async getDetail(row, title){ + async getDetail(row){ try { const params = { introId: row.introId, - title: title || '', + // title: title || '', }; this.loading = true await QUERY_DETAIL(params).then(res => {