@ -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 => {