修改标题错误 (#1210)

如题
This commit is contained in:
kba977 2018-12-01 23:31:36 +08:00 committed by DIYgod
parent 8582caa8aa
commit 8aac33f602
4 changed files with 8 additions and 6 deletions

View File

@ -1624,6 +1624,8 @@ category 列表:
| -------- | -------- | -------- | -------- | ------- | -------- | -------- |
| news | media | notice | jobs | workday | tender | activity |
</route>
## 传统媒体
### 央视新闻

View File

@ -44,9 +44,9 @@ module.exports = async (ctx) => {
);
ctx.state.data = {
title: '中国科大学 | 最新公告',
title: '中国科大学 | 最新公告',
link: url,
item: resultItem,
description: '中国科大学 | 最新公告',
description: '中国科大学 | 最新公告',
};
};

View File

@ -44,9 +44,9 @@ module.exports = async (ctx) => {
);
ctx.state.data = {
title: '中国科大学 - 教务处 | 最新通知',
title: '中国科大学 - 教务处 | 最新通知',
link: url,
item: resultItem,
description: '中国科大学 | 教务处',
description: '中国科大学 | 教务处',
};
};

View File

@ -44,9 +44,9 @@ module.exports = async (ctx) => {
);
ctx.state.data = {
title: '中国科大学 - 研究生院 | 最新通知',
title: '中国科大学 - 研究生院 | 最新通知',
link: url,
item: resultItem,
description: '中国科大学 | 研究生院',
description: '中国科大学 | 研究生院',
};
};