parent
8582caa8aa
commit
8aac33f602
|
|
@ -1624,6 +1624,8 @@ category 列表:
|
|||
| -------- | -------- | -------- | -------- | ------- | -------- | -------- |
|
||||
| news | media | notice | jobs | workday | tender | activity |
|
||||
|
||||
</route>
|
||||
|
||||
## 传统媒体
|
||||
|
||||
### 央视新闻
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ module.exports = async (ctx) => {
|
|||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: '中国医科大学 | 最新公告',
|
||||
title: '中国药科大学 | 最新公告',
|
||||
link: url,
|
||||
item: resultItem,
|
||||
description: '中国医科大学 | 最新公告',
|
||||
description: '中国药科大学 | 最新公告',
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ module.exports = async (ctx) => {
|
|||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: '中国医科大学 - 教务处 | 最新通知',
|
||||
title: '中国药科大学 - 教务处 | 最新通知',
|
||||
link: url,
|
||||
item: resultItem,
|
||||
description: '中国医科大学 | 教务处',
|
||||
description: '中国药科大学 | 教务处',
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ module.exports = async (ctx) => {
|
|||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: '中国医科大学 - 研究生院 | 最新通知',
|
||||
title: '中国药科大学 - 研究生院 | 最新通知',
|
||||
link: url,
|
||||
item: resultItem,
|
||||
description: '中国医科大学 | 研究生院',
|
||||
description: '中国药科大学 | 研究生院',
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue