Skip to content

Commit

Permalink
Merge pull request #475 from codeforsapporo/feature/747-Update_links
Browse files Browse the repository at this point in the history
feat: 各種リンクのアップデート
  • Loading branch information
NEKOYASAN authored May 4, 2021
2 parents b7d262c + a8a829f commit d1d8bc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
14 changes: 5 additions & 9 deletions components/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default {
computed: {
items() {
let covidlink =
'http://www.pref.hokkaido.lg.jp/hf/kth/kak/singatakoronahaien.htm#道民へ'
'http://www.pref.hokkaido.lg.jp/ss/ssa/koronasoudantoiawase.htm'
if (this.$i18n.locale !== 'ja') {
covidlink =
'http://www.pref.hokkaido.lg.jp/ss/tsk/promo/coronavirus.htm'
Expand All @@ -222,7 +222,7 @@ export default {
{
icon: 'mdi-account-multiple',
title: this.$t('道民の皆様へ'),
link: 'http://www.pref.hokkaido.lg.jp/ss/tkk/singatakoronahaien.htm'
link: 'http://www.pref.hokkaido.lg.jp/ss/ssa/singatakoronahaien.htm'
},
{
icon: 'mdi-domain',
Expand All @@ -231,8 +231,8 @@ export default {
divider: true
},
{
title: this.$t('北海道感染症危機管理対策本部会議'),
link: 'http://www.pref.hokkaido.lg.jp/ss/tkk/koronataisakukaigi.htm'
title: this.$t('北海道新型コロナウイルス感染症対策本部会議'),
link: 'http://www.pref.hokkaido.lg.jp/ss/ssa/koronataisakukaigi.htm'
},
// 【東京都主催等】中止または延期するイベント・説明会等
// 道にまとまった情報がないので一旦コメントアウト
Expand All @@ -241,18 +241,14 @@ export default {
// link:
// 'https://www.seisakukikaku.metro.tokyo.lg.jp/information/event02.html'
// },
{
title: this.$t('特別定額給付金について'),
link: this.$t('https://kyufukin.soumu.go.jp/ja-JP/index.html')
},
{
title: this.$t('全国医療機関の医療医療体制の状況'),
link: this.$t('https://cio.go.jp/hosp_monitoring_c19')
},
{
title: this.$t('知事からのメッセージ'),
link:
'http://www.pref.hokkaido.lg.jp/ss/tkk/hodo/pressconference/r1.htm'
'http://www.pref.hokkaido.lg.jp/ss/tkk/hodo/pressconference/r3.htm'
},
{
title: this.$t('当サイトについて'),
Expand Down
4 changes: 2 additions & 2 deletions pages/parent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<li>
{{ $t('相談窓口及び帰国者・接触者相談センターについて') }}<br />
<a
href="http://www.pref.hokkaido.lg.jp/hf/kth/kak/singatakoronahaien.htm#%E7%9B%B8%E8%AB%87%E7%AA%93%E5%8F%A3"
href="http://www.pref.hokkaido.lg.jp/ss/ssa/koronasoudantoiawase.htm"
target="_blank"
rel="noopener"
>http://www.pref.hokkaido.lg.jp/hf/kth/kak/singatakoronahaien.htm#%E7%9B%B8%E8%AB%87%E7%AA%93%E5%8F%A3</a
>http://www.pref.hokkaido.lg.jp/ss/ssa/koronasoudantoiawase.htm</a
>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions pages/worker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</h2>
<TextCard :title="$t('中小企業向け相談窓口及び融資取扱について')">
<a
href="http://www.pref.hokkaido.lg.jp/kz/csk/kny/yuushi/korona.htm"
href="http://www.pref.hokkaido.lg.jp/kz/kks/contactinformation.htm"
target="_blank"
rel="noopener"
>http://www.pref.hokkaido.lg.jp/kz/csk/kny/yuushi/korona.htm</a
>http://www.pref.hokkaido.lg.jp/kz/kks/contactinformation.htm</a
>
<br />
{{
Expand All @@ -19,10 +19,10 @@
</TextCard>
<TextCard :title="$t('新型コロナ感染症の影響による特別労働相談窓口')">
<a
href="http://www.pref.hokkaido.lg.jp/kz/rkr/korona.htm"
href="http://www.pref.hokkaido.lg.jp/kz/rkr/korona1.htm"
target="_blank"
rel="noopener"
>http://www.pref.hokkaido.lg.jp/kz/rkr/korona.htm</a
>http://www.pref.hokkaido.lg.jp/kz/rkr/korona1.htm</a
>
<br />
{{
Expand Down

0 comments on commit d1d8bc1

Please sign in to comment.