Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Feb 1, 2020
1 parent b1cc687 commit 9ea7192
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/HomeDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</v-card-title>
<v-card-text class="subtitle-1 line-height-wide black--text">
<p>
<span class="font-weight-bold">对普通民众</span>:疫情防控、流言辟谣、义诊平台、免费心理咨询
<span class="font-weight-bold">对普通市民</span>:疫情防控、流言辟谣、义诊平台、免费心理咨询
</p>
<p>
<span class="font-weight-bold">对医护人员</span>:需求发布平台、免费住宿及餐食、免费心理疏导咨询、医疗器械捐赠
Expand Down
6 changes: 3 additions & 3 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const routes = [
component: PeopleLayout,
meta: {
icon: "mdi-face",
title: "普通民众",
subtitle: "为普通民众准备的线上医疗诊断平台、线上心理咨询平台等",
title: "普通市民",
subtitle: "为普通市民准备的线上医疗诊断平台、线上心理咨询平台等",
banner: `${config.cdn.global}/images/people.jpg`
},
children: [
Expand All @@ -47,7 +47,7 @@ const routes = [
component: People,
meta: {
icon: "mdi-home",
title: "民众信息主页",
title: "市民信息主页",
}
},
{
Expand Down
5 changes: 1 addition & 4 deletions src/views/roles/People.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
>
<v-col cols="12">
<h1 class="heading text-center">
民众信息
市民信息
</h1>
<h4 class="subtitle-1 text-center">
这里是一些说明信息
</h4>
</v-col>
</v-row>
<v-row>
Expand Down

1 comment on commit 9ea7192

@vercel
Copy link

@vercel vercel bot commented on 9ea7192 Feb 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.