Authored by 杨延青

Merge branch 'feature/0430' into 'release/6.9.2'

fix



See merge request !54
... ... @@ -114,7 +114,7 @@ export default {
}
&.single {
width: 670px;
width: 690px;
}
}
... ...
... ... @@ -71,7 +71,8 @@ export default {
const result = await this.fetchArticleList({
articleId,
page: this.page,
limit: 1
limit: 1,
columnType: 1002
});
if (result.code === 200) {
... ...